Home
last modified time | relevance | path

Searched refs:cancelAuthenticationFromService (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator
85 mFingerprintService.cancelAuthenticationFromService( in cancelAuthenticationFromService()
DFingerprintService.java565 public void cancelAuthenticationFromService(final int sensorId, final IBinder token,
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FaceAuthenticator
85 mFaceService.cancelAuthenticationFromService(mSensorId, token, opPackageName, requestId); in cancelAuthenticationFromService()
DFaceService.java390 public void cancelAuthenticationFromService(int sensorId, final IBinder token, in cancelAuthenticationFromService() method in FaceService.FaceServiceWrapper
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl58 void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId); in cancelAuthenticationFromService() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java72 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in IrisAuthenticator
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java134 impl.cancelAuthenticationFromService(token, opPackageName, requestId); in goToStateCancelling()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl93 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl96 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java307 .cancelAuthenticationFromService(any(), any(), anyLong()); in testClientBinderDied_whenAuthenticating()
1245 verify(mBiometricService.mSensors.get(0).impl).cancelAuthenticationFromService( in testDismissedReasonUserCancel_whileAuthenticating_cancelsHalAuthentication()
1266 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonNegative_whilePaused_invokeHalCancel()
1285 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonUserCancel_whilePaused_invokesHalCancel()
1302 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonUserCancel_whenPendingConfirmation()
1330 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonMoreOptions_whilePaused_invokeHalCancel()
DAuthSessionTest.java833 verify(faceAuthenticator).cancelAuthenticationFromService( in testInvokesCancel()