OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pinLen
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
205
int
pinLen
= newPin.length();
210
} else if (
pinLen
< 4 ||
pinLen
> 8 ) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
785
int
pinLen
= newPin.length();
790
} else if (
pinLen
< 4 ||
pinLen
> 8 ) {
[
all
...]
Completed in 76 milliseconds