HomeSort by relevance Sort by last modified time
    Searched defs:reportUnlockAttempt (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityCallback.java 45 void reportUnlockAttempt(int userId, boolean success, int timeoutMs);
KeyguardAbsKeyInputView.java 189 mCallback.reportUnlockAttempt(userId, true, 0);
196 mCallback.reportUnlockAttempt(userId, false, timeoutMs);
KeyguardPatternView.java 301 mCallback.reportUnlockAttempt(userId, true, 0);
309 mCallback.reportUnlockAttempt(userId, false, timeoutMs);
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 74 public void reportUnlockAttempt(boolean successful, int userId) {
76 mService.reportUnlockAttempt(successful, userId);

Completed in 678 milliseconds