Home
last modified time | relevance | path

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 DBiometricSchedulerTest.java202 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 DFaceProvider.java116 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 DFingerprintProvider.java127 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 DBiometricScheduler.java426 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 DFingerprint21.java148 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 DFace10.java661 mHandler.post(() -> mScheduler.cancelAuthenticationOrDetection(token, requestId)); in cancelAuthentication()
/aosp12/frameworks/base/services/
H A Dart-profile13780 HPLcom/android/server/biometrics/sensors/BiometricScheduler;->cancelAuthenticationOrDetection(Landr…