OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMncLength
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java
229
mMncLength
= UNINITIALIZED;
550
if (
mMncLength
== UNINITIALIZED ||
mMncLength
== UNKNOWN) {
557
return mImsi.substring(0, 3 +
mMncLength
);
603
if (((
mMncLength
== UNKNOWN) || (
mMncLength
== 2)) &&
608
mMncLength
= 3;
614
if (
mMncLength
== UNKNOWN) {
619
mMncLength
= MccTable.smallestDigitsMccForMnc(mcc);
621
mMncLength
= UNKNOWN
[
all
...]
IccRecords.java
71
protected int
mMncLength
= UNINITIALIZED;
123
+ " mncLength=" +
mMncLength
553
pw.println("
mMncLength
=" +
mMncLength
);
RuimRecords.java
137
mMncLength
= UNINITIALIZED;
214
if (
mMncLength
!= UNINITIALIZED &&
mMncLength
!= UNKNOWN) {
217
return mImsi.substring(0, 3 +
mMncLength
);
Completed in 75 milliseconds