HomeSort by relevance Sort by last modified time
    Searched refs:reportUnlockAttempt (Results 1 - 8 of 8) 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);
KeyguardSecurityContainer.java 432 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) {
454 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { }
  /frameworks/base/core/java/android/app/trust/
ITrustManager.aidl 27 void reportUnlockAttempt(boolean successful, int userId);
TrustManager.java 74 public void reportUnlockAttempt(boolean successful, int userId) {
76 mService.reportUnlockAttempt(successful, userId);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 310 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId);
318 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 803 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {
    [all...]

Completed in 202 milliseconds