Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java76 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator
78 mFingerprintService.cancelAuthenticationFromService( in cancelAuthenticationFromService()
H A DFingerprintService.java534 public void cancelAuthenticationFromService(final int sensorId, final IBinder token, in cancelAuthenticationFromService() method in FingerprintService.FingerprintServiceWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java77 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FaceAuthenticator
79 mFaceService.cancelAuthenticationFromService(mSensorId, token, opPackageName, requestId); in cancelAuthenticationFromService()
H A DFaceService.java378 public void cancelAuthenticationFromService(int sensorId, final IBinder token, in cancelAuthenticationFromService() method in FaceService.FaceServiceWrapper
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl57 void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId); in cancelAuthenticationFromService() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java71 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in IrisAuthenticator
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl76 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricSensor.java134 impl.cancelAuthenticationFromService(token, opPackageName, requestId); in goToStateCancelling()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl84 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java221 .cancelAuthenticationFromService(any(), any(), anyLong()); in testClientBinderDied_whenAuthenticating()
1042 verify(mBiometricService.mSensors.get(0).impl).cancelAuthenticationFromService( in testDismissedReasonUserCancel_whileAuthenticating_cancelsHalAuthentication()
1063 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonNegative_whilePaused_invokeHalCancel()
1083 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonUserCancel_whilePaused_invokesHalCancel()
1100 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonUserCancel_whenPendingConfirmation()
H A DAuthSessionTest.java380 verify(faceAuthenticator).cancelAuthenticationFromService( in testInvokesCancel()
/aosp12/frameworks/base/services/
H A Dart-profile13903 PLcom/android/server/biometrics/sensors/face/FaceAuthenticator;->cancelAuthenticationFromService(La…
13920 …ver/biometrics/sensors/face/FaceService$FaceServiceWrapper;->cancelAuthenticationFromService(ILand…
14141 …er/biometrics/sensors/fingerprint/FingerprintAuthenticator;->cancelAuthenticationFromService(Landr…
14160 …s/fingerprint/FingerprintService$FingerprintServiceWrapper;->cancelAuthenticationFromService(ILand…