Home
last modified time | relevance | path

Searched refs:mImsi (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java232 mImsi = null; in resetRecords()
268 return mImsi; in getIMSI()
573 if (mImsi == null) { in getOperatorNumeric()
584 return mImsi.substring(0, 3 + mMncLength); in getOperatorNumeric()
623 mImsi = (String) ar.result; in handleMessage()
627 if (mImsi != null && (mImsi.length() < 6 || mImsi.length() > 15)) { in handleMessage()
628 loge("invalid IMSI " + mImsi); in handleMessage()
629 mImsi = null; in handleMessage()
633 log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxx"); in handleMessage()
636 ((mImsi != null) && (mImsi.length() >= 6))) { in handleMessage()
[all …]
DRuimRecords.java157 return mImsi; in getIMSI()
217 if (mImsi == null) { in getRUIMOperatorNumeric()
224 return mImsi.substring(0, 3 + mMncLength); in getRUIMOperatorNumeric()
230 int mcc = Integer.parseInt(mImsi.substring(0,3)); in getRUIMOperatorNumeric()
231 return mImsi.substring(0, 3 + MccTable.smallestDigitsMccForMnc(mcc)); in getRUIMOperatorNumeric()
620 mImsi = (String) ar.result; in handleMessage()
624 if (mImsi != null && (mImsi.length() < 6 || mImsi.length() > 15)) { in handleMessage()
625 loge("invalid IMSI " + mImsi); in handleMessage()
626 mImsi = null; in handleMessage()
631 log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxxxx"); in handleMessage()
[all …]
DIccRecords.java72 protected String mImsi; field in IccRecords
127 + " mImsi=" + mImsi in toString()
206 if (mImsi != null) { in registerForImsiReady()
260 mImsi = imsi; in setImsi()
666 pw.println(" mImsi=" + mImsi); in dump()