OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attemptsRemaining
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
317
int
attemptsRemaining
= msg.arg1;
318
if (
attemptsRemaining
<= 0) {
322
} else if (
attemptsRemaining
> 0) {
323
Rlog.d(LOG_TAG, "onSetComplete:
attemptsRemaining
="+
attemptsRemaining
);
326
attemptsRemaining
,
attemptsRemaining
));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java
237
int
attemptsRemaining
= -1;
244
attemptsRemaining
= parsePinPukErrorResult(ar);
248
response.arg1 =
attemptsRemaining
;
317
int
attemptsRemaining
= -1;
324
attemptsRemaining
= parsePinPukErrorResult(ar);
329
response.arg1 =
attemptsRemaining
;
343
int
attemptsRemaining
= -1;
345
attemptsRemaining
= result[0];
347
log("parsePinPukErrorResult:
attemptsRemaining
=" +
attemptsRemaining
);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
[
all
...]
Completed in 73 milliseconds