Searched defs:reportUnlockAttempt (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java43 void reportUnlockAttempt(boolean success, int timeoutMs); method in interface:KeyguardSecurityCallback
/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java54 public void reportUnlockAttempt(boolean successful, int userId) { method in class:TrustManager
56 mService.reportUnlockAttempt(successful, userId);

Completed in 50 milliseconds