/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceAuthenticator.java | 83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FaceAuthenticator 85 mFaceService.cancelAuthenticationFromService(mSensorId, token, opPackageName, requestId); in cancelAuthenticationFromService()
|
H A D | FaceService.java | 368 public void cancelAuthenticationFromService(int sensorId, final IBinder token, in cancelAuthenticationFromService() method in FaceService.FaceServiceWrapper
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator 85 mFingerprintService.cancelAuthenticationFromService( in cancelAuthenticationFromService()
|
H A D | FingerprintService.java | 556 public void cancelAuthenticationFromService(final int sensorId, final IBinder token,
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricAuthenticator.aidl | 58 void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId); in cancelAuthenticationFromService() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
H A D | IrisAuthenticator.java | 72 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in IrisAuthenticator
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricSensor.java | 134 impl.cancelAuthenticationFromService(token, opPackageName, requestId); in goToStateCancelling()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 90 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintService.aidl | 94 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 276 .cancelAuthenticationFromService(any(), any(), anyLong()); in testClientBinderDied_whenAuthenticating() 1214 verify(mBiometricService.mSensors.get(0).impl).cancelAuthenticationFromService( in testDismissedReasonUserCancel_whileAuthenticating_cancelsHalAuthentication() 1235 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonNegative_whilePaused_invokeHalCancel() 1254 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonUserCancel_whilePaused_invokesHalCancel() 1271 .cancelAuthenticationFromService(any(), any(), anyLong()); in testDismissedReasonUserCancel_whenPendingConfirmation()
|
H A D | AuthSessionTest.java | 600 verify(faceAuthenticator).cancelAuthenticationFromService( in testInvokesCancel()
|