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/base/telephony/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
200
int
pinLen
= newPin.length();
205
} else if (
pinLen
< 4 ||
pinLen
> 8 ) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
705
int
pinLen
= newPin.length();
710
} else if (
pinLen
< 4 ||
pinLen
> 8 ) {
[
all
...]
Completed in 45 milliseconds