Searched refs:SENSOR_ID_FACE (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 140 private static final int SENSOR_ID_FACE = 1; field in BiometricServiceTest 270 SENSOR_ID_FACE, in testClientBinderDied_whenPaused() 311 SENSOR_ID_FACE, in testClientBinderDied_whenAuthenticating() 451 AdditionalMatchers.aryEq(new int[] {SENSOR_ID_FACE}), in testAuthenticate_picksStrongIfAvailable() 571 SENSOR_ID_FACE, in testAuthenticateFace_respectsUserSetting() 588 SENSOR_ID_FACE, in testAuthenticateFace_respectsUserSetting() 736 SENSOR_ID_FACE, in testAuthenticate_happyPathWithConfirmation() 782 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationFailed(SENSOR_ID_FACE); in testRejectFace_whenAuthenticating_notifiesSystemUIAndClient_thenPaused() 839 SENSOR_ID_FACE, in testErrorHalTimeout_whenAuthenticating_entersPausedState() 888 SENSOR_ID_FACE, in testErrorFromHal_whenPaused_notifiesSystemUIAndClient() [all …]
|
D | PreAuthInfoTest.java | 59 private static final int SENSOR_ID_FACE = 1; field in PreAuthInfoTest 206 BiometricSensor sensor = new BiometricSensor(mContext, SENSOR_ID_FACE, TYPE_FACE, in getFaceSensor()
|