OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFailedUnlockAttempts
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityModel.java
69
final boolean backupIsTimedOut = monitor.
getFailedUnlockAttempts
() >=
KeyguardFaceUnlockView.java
215
monitor.
getFailedUnlockAttempts
() >=
KeyguardHostView.java
566
return KeyguardUpdateMonitor.getInstance(mContext).
getFailedUnlockAttempts
();
611
KeyguardUpdateMonitor.getInstance(mContext).
getFailedUnlockAttempts
(),
640
final int failedAttempts = monitor.
getFailedUnlockAttempts
() + 1; // +1 for this time
[
all
...]
KeyguardUpdateMonitor.java
66
* the device, and {@link #
getFailedUnlockAttempts
()}, {@link #reportFailedAttempt()}
[
all
...]
Completed in 76 milliseconds