Update fingerprint enroll together with frameworks/base

Bug: 179447737
Test: Builds
Change-Id: Ifccb96dbf51e610fb9cd1b238a6ef62350fb1169
This commit is contained in:
Kevin Chyn
2021-02-05 12:52:31 -08:00
parent 2eca234af7
commit c01232b16b
5 changed files with 10 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ public class FingerprintEnrollEnrollingTest {
any(CancellationSignal.class),
anyInt(),
callbackCaptor.capture(),
eq(true));
eq(FingerprintManager.ENROLL_ENROLL));
return callbackCaptor.getValue();
}

View File

@@ -153,7 +153,7 @@ public class FingerprintEnrollFindSensorTest {
any(CancellationSignal.class),
anyInt(),
callbackCaptor.capture(),
eq(false));
eq(FingerprintManager.ENROLL_FIND_SENSOR));
return callbackCaptor.getValue();
}