Searched refs:STATE_AUTHENTICATING (Results 1 – 4 of 4) sorted by relevance
52 static final int STATE_AUTHENTICATING = 3; field in BiometricSensor60 STATE_AUTHENTICATING,128 mSensorState = STATE_AUTHENTICATING; in startSensor()
449 if (sensor.getSensorState() == BiometricSensor.STATE_AUTHENTICATING) { in onErrorReceived()
226 assertEquals(BiometricSensor.STATE_AUTHENTICATING, sensor.getSensorState()); in testStartNewAuthSession()303 BiometricSensor.STATE_AUTHENTICATING); in testOnErrorReceivedBeforeOnDialogAnimatedIn()341 BiometricSensor.STATE_AUTHENTICATING); in testOnRejectionReceivedBeforeOnDialogAnimatedIn()433 assertEquals(BiometricSensor.STATE_AUTHENTICATING, sensor.getSensorState()); in testMultiAuth_fingerprintSensorStartsAfterUINotifies()446 assertEquals(startFingerprintNow ? BiometricSensor.STATE_AUTHENTICATING in testMultiAuth_fingerprintSensorStartsAfterUINotifies()455 assertEquals(BiometricSensor.STATE_AUTHENTICATING, in testMultiAuth_fingerprintSensorStartsAfterUINotifies()634 assertEquals(BiometricSensor.STATE_AUTHENTICATING, sensor.getSensorState()); in onErrorReceivedAfterOnTryAgainPressedWhenSensorsAuthenticating()701 assertEquals(BiometricSensor.STATE_AUTHENTICATING, sensor.getSensorState()); in onAuthReceivedWhileWaitingForConfirmation_SFPS()
523 STATE_AUTHENTICATING, in onAuthenticated()