Home
last modified time | relevance | path

Searched defs:reportUnlockAttempt (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java68 default void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { in reportUnlockAttempt() method
/aosp14/frameworks/base/core/java/android/app/trust/
H A DITrustManager.aidl28 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() method
H A DTrustManager.java87 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager