Searched refs:BIOMETRIC_ERROR_CANCELED (Results 1 – 18 of 18) sorted by relevance
78 int BIOMETRIC_ERROR_CANCELED = 5; field183 BIOMETRIC_ERROR_CANCELED,
758 case BIOMETRIC_ERROR_CANCELED:1493 mAuthenticationCallback.onAuthenticationError(BIOMETRIC_ERROR_CANCELED, in authenticateInternal()
141 mClientMonitor.getCookie(), BiometricConstants.BIOMETRIC_ERROR_CANCELED, in BiometricSchedulerOperation()232 errorConsumer.onError(BiometricConstants.BIOMETRIC_ERROR_CANCELED, in doStart()
146 final int errorCode = BiometricConstants.BIOMETRIC_ERROR_CANCELED; in cancelWithoutStarting()
314 final int errorCode = BiometricConstants.BIOMETRIC_ERROR_CANCELED; in cancelWithoutStarting()
314 BiometricConstants.BIOMETRIC_ERROR_CANCELED, in sendCancelOnly()
88 client.onError(BiometricConstants.BIOMETRIC_ERROR_CANCELED, 0 /* vendorCode */); in testUserCanceled()
471 BiometricConstants.BIOMETRIC_ERROR_CANCELED), eq(0)); in cancelWatchdog()
19 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_ERROR_CANCELED;409 eq(BIOMETRIC_ERROR_CANCELED), in testCancelPendingAuth()
24 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_ERROR_CANCELED;306 verify(mReceiver).onError(eq(TYPE_NONE), eq(BIOMETRIC_ERROR_CANCELED), anyInt()); in testAuthenticate_appOpsDenied_doesNotCallBiometricService()326 verify(mReceiver).onError(eq(TYPE_NONE), eq(BIOMETRIC_ERROR_CANCELED), anyInt()); in testAuthenticate_missingRequiredParam()
313 BiometricConstants.BIOMETRIC_ERROR_CANCELED, in testClientBinderDied_whenAuthenticating()825 eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testRequestAuthentication_whenAlreadyAuthenticating()895 BiometricConstants.BIOMETRIC_ERROR_CANCELED, in testErrorFromHal_whenPaused_notifiesSystemUIAndClient()902 eq(BiometricConstants.BIOMETRIC_ERROR_CANCELED), in testErrorFromHal_whenPaused_notifiesSystemUIAndClient()1175 BiometricConstants.BIOMETRIC_ERROR_CANCELED, in testErrorFromHal_whileShowingDeviceCredential_doesntNotifySystemUI()1369 BiometricConstants.BIOMETRIC_ERROR_CANCELED, in testCancel_whenAuthenticating()1375 eq(BiometricConstants.BIOMETRIC_ERROR_CANCELED), in testCancel_whenAuthenticating()
20 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_ERROR_CANCELED;281 .onError(anyInt(), anyInt(), eq(BIOMETRIC_ERROR_CANCELED), anyInt()); in cancelsAuthWhenNotInForeground()
510 } else if (error == BiometricConstants.BIOMETRIC_ERROR_CANCELED) { in onErrorReceived()933 BiometricConstants.BIOMETRIC_ERROR_CANCELED, in onCancelAuthSession()
30 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_ERROR_CANCELED;335 receiver.onError(TYPE_NONE, BIOMETRIC_ERROR_CANCELED, 0 /*vendorCode */); in authenticateFastFail()
20 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_ERROR_CANCELED;606 .onError(anyInt(), anyInt(), eq(BIOMETRIC_ERROR_CANCELED), anyInt()); in cancelsAuthWhenNotInForeground()
380 == BiometricPrompt.BIOMETRIC_ERROR_CANCELED) { in setupBiometricAuthenticationCallback()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18926 field public static final int BIOMETRIC_ERROR_CANCELED = 5; // 0x5