Home
last modified time | relevance | path

Searched refs:sendAuthenticationCanceled (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DCoexCoordinator.java81 void sendAuthenticationCanceled(); in sendAuthenticationCanceled() method
451 auth.mCallback.sendAuthenticationCanceled(); in removeAndFinishAllFaceFromQueue()
H A DAuthenticationClient.java321 public void sendAuthenticationCanceled() { in onAuthenticated() method
360 public void sendAuthenticationCanceled() { in onAuthenticated() method
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DCoexCoordinatorTest.java283 verify(faceCallback).sendAuthenticationCanceled(); in testKeyguard_faceAuth_udfpsTouching_faceSuccess()