/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 76 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator 78 mFingerprintService.cancelAuthenticationFromService( in cancelAuthenticationFromService()
|
H A D | FingerprintService.java | 534 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 D | FaceAuthenticator.java | 77 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 D | FaceService.java | 378 public void cancelAuthenticationFromService(int sensorId, final IBinder token, in cancelAuthenticationFromService() method in FaceService.FaceServiceWrapper
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricAuthenticator.aidl | 57 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 D | IrisAuthenticator.java | 71 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in IrisAuthenticator
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 76 …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 D | BiometricSensor.java | 134 impl.cancelAuthenticationFromService(token, opPackageName, requestId); in goToStateCancelling()
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintService.aidl | 84 …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 D | BiometricServiceTest.java | 221 .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 D | AuthSessionTest.java | 380 verify(faceAuthenticator).cancelAuthenticationFromService( in testInvokesCancel()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 13903 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…
|