Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java269 session.onCancelAuthSession(false /* force */); in testCancelReducesAppetiteForCookies()
406 testInvokesCancel(session -> session.onCancelAuthSession(false /* force */)); in testCancelAuthentication_whenStateAuthCalled_invokesCancel()
412 testInvokesCancel(session -> session.onCancelAuthSession(true /* force */)); in testCancelAuthentication_whenStateAuthForcedCalled_invokesCancel()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java1373 mAuthSession.onCancelAuthSession(true /* force */);
1399 final boolean finished = session.onCancelAuthSession(false /* force */);
H A DAuthSession.java873 boolean onCancelAuthSession(boolean force) { in onCancelAuthSession() method in AuthSession