Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A 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()
H A DFaceService.java368 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 DFingerprintAuthenticator.java83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator
85 mFingerprintService.cancelAuthenticationFromService( in cancelAuthenticationFromService()
H A DFingerprintService.java556 public void cancelAuthenticationFromService(final int sensorId, final IBinder token,
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl58 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 DIrisAuthenticator.java72 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 DBiometricSensor.java134 impl.cancelAuthenticationFromService(token, opPackageName, requestId); in goToStateCancelling()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl90 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl94 …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 DBiometricServiceTest.java276 .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 DAuthSessionTest.java600 verify(faceAuthenticator).cancelAuthenticationFromService( in testInvokesCancel()