Searched refs:cancelAuthenticationOrDetection (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | BiometricSchedulerTest.java | 202 mScheduler.cancelAuthenticationOrDetection(mToken, 1 /* requestId */); in testCancelNotInvoked_whenOperationWaitingForCookie() 314 mScheduler.cancelAuthenticationOrDetection(mToken, 1 /* requestId */); in testCancelPendingAuth() 408 mScheduler.cancelAuthenticationOrDetection(mToken, cancelRequestId); in testCancelsWhenRequestId() 457 mScheduler.cancelAuthenticationOrDetection(mToken, 9999); in testCancelsPending_whenAuthRequestIdsSet() 463 mScheduler.cancelAuthenticationOrDetection(mToken, requestId2); in testCancelsPending_whenAuthRequestIdsSet()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceProvider.java | 116 mSensors.valueAt(i).getScheduler().cancelAuthenticationOrDetection( in onTaskStackChanged() 385 .cancelAuthenticationOrDetection(token, requestId)); in cancelFaceDetect() 422 .cancelAuthenticationOrDetection(token, requestId)); in cancelAuthentication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintProvider.java | 127 mSensors.valueAt(i).getScheduler().cancelAuthenticationOrDetection( in onTaskStackChanged() 443 .cancelAuthenticationOrDetection(token, requestId)); in cancelAuthentication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricScheduler.java | 426 public void cancelAuthenticationOrDetection(IBinder token, long requestId) { in cancelAuthenticationOrDetection() method in BiometricScheduler
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | Fingerprint21.java | 148 mScheduler.cancelAuthenticationOrDetection( in onTaskStackChanged() 666 mHandler.post(() -> mScheduler.cancelAuthenticationOrDetection(token, requestId)); in cancelAuthentication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | Face10.java | 661 mHandler.post(() -> mScheduler.cancelAuthenticationOrDetection(token, requestId)); in cancelAuthentication()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 13780 HPLcom/android/server/biometrics/sensors/BiometricScheduler;->cancelAuthenticationOrDetection(Landr…
|