HomeSort by relevance Sort by last modified time
    Searched refs:mFailedAttempts (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 138 private SparseIntArray mFailedAttempts;
259 mFailedAttempts = new SparseIntArray();
524 final int failedAttempts = mFailedAttempts.get(currentUser, 0);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 213 private SparseIntArray mFailedAttempts = new SparseIntArray();
    [all...]

Completed in 78 milliseconds