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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java 43 void reportUnlockAttempt(boolean success, int timeoutMs);
KeyguardAbsKeyInputView.java 146 mCallback.reportUnlockAttempt(true, 0);
150 mCallback.reportUnlockAttempt(false, timeoutMs);
KeyguardPatternView.java 262 mCallback.reportUnlockAttempt(true, 0);
268 mCallback.reportUnlockAttempt(false, timeoutMs);
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 54 public void reportUnlockAttempt(boolean successful, int userId) {
56 mService.reportUnlockAttempt(successful, userId);

Completed in 1889 milliseconds