Searched refs:SENSOR_ID_FINGERPRINT (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | PreAuthInfoTest.java | 58 private static final int SENSOR_ID_FINGERPRINT = 0; field in PreAuthInfoTest 188 BiometricSensor sensor = new BiometricSensor(mContext, SENSOR_ID_FINGERPRINT, in getFingerprintSensor()
|
D | BiometricServiceTest.java | 139 private static final int SENSOR_ID_FINGERPRINT = 0; field in BiometricServiceTest 660 SENSOR_ID_FINGERPRINT, in testAuthenticate_happyPathWithoutConfirmation() 801 .onAuthenticationFailed(SENSOR_ID_FINGERPRINT); in testRejectFingerprint_whenAuthenticating_notifiesAndKeepsAuthenticating() 921 SENSOR_ID_FINGERPRINT, in testErrorFromHal_whileAuthenticating_waitsForSysUIBeforeNotifyingClient() 959 SENSOR_ID_FINGERPRINT, in testErrorFromHal_whilePreparingAuthentication_credentialAllowed() 993 SENSOR_ID_FINGERPRINT, in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed() 1173 SENSOR_ID_FINGERPRINT, in testErrorFromHal_whileShowingDeviceCredential_doesntNotifySystemUI() 1194 SENSOR_ID_FINGERPRINT, in testLockout_whileAuthenticating_credentialAllowed() 1217 SENSOR_ID_FINGERPRINT, in testLockout_whenAuthenticating_credentialNotAllowed() 1343 SENSOR_ID_FINGERPRINT, in testAcquire_whenAuthenticating_sentToSystemUI() [all …]
|