[go: nahoru, domu]

Searched defs:reportUnlockAttempt (Results 1 - 2 of 2) sorted by relevance

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

Completed in 90 milliseconds