Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java317 if (hasAuthenticated()) { in onCookieReceived()
446 if (hasAuthenticated()) { in onErrorReceived()
540 if (hasAuthenticated()) { in onAcquired()
563 if (hasAuthenticated()) { in onSystemEvent()
608 if (hasAuthenticated()) { in onTryAgainPressed()
626 if (hasAuthenticated()) { in onAuthenticationSucceeded()
661 if (hasAuthenticated()) { in onAuthenticationRejected()
679 if (hasAuthenticated()) { in onAuthenticationTimedOut()
704 if (hasAuthenticated()) { in onDeviceCredentialPressed()
736 private boolean hasAuthenticated() { in hasAuthenticated() method in AuthSession
[all …]