OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRemainingAttempts
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSimPinView.java
60
private int
mRemainingAttempts
= -1;
82
mRemainingAttempts
= -1;
115
if (
mRemainingAttempts
>= 0) {
117
mRemainingAttempts
, true));
151
mRemainingAttempts
= attemptsRemaining;
165
mRemainingAttempts
= -1;
344
mRemainingAttempts
= attemptsRemaining;
353
mRemainingAttempts
= -1;
KeyguardSimPukView.java
60
private int
mRemainingAttempts
= -1;
161
if (
mRemainingAttempts
>= 0) {
163
mRemainingAttempts
, true));
195
mRemainingAttempts
= attemptsRemaining;
209
mRemainingAttempts
= -1;
411
mRemainingAttempts
= -1;
Completed in 59 milliseconds