Update settings together with frameworks/base

Bug: 157790417

Test: SettingsRoboTests
Change-Id: Ib99d1cc2cb3196dd7231d0b78403427467a787b2
This commit is contained in:
Kevin Chyn
2020-06-30 18:12:59 -07:00
parent cbe32ed1cf
commit 4624a1ca5d
4 changed files with 3 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ public class FingerprintEnrollEnrollingTest {
any(byte[].class),
any(CancellationSignal.class),
anyInt(),
anyInt(),
callbackCaptor.capture());
return callbackCaptor.getValue();

View File

@@ -151,7 +151,6 @@ public class FingerprintEnrollFindSensorTest {
any(byte[].class),
any(CancellationSignal.class),
anyInt(),
anyInt(),
callbackCaptor.capture());
return callbackCaptor.getValue();