Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockSimService.java534 private String[] extractImsi(String imsi, int mncDigit) { in extractImsi() argument
537 Log.d(mTag, "IMSI = " + imsi + ", mnc-digit = " + mncDigit); in extractImsi()
544 if (mncDigit != 2 && mncDigit != 3) { in extractImsi()
551 result[1] = imsi.substring(3, 3 + mncDigit); // MNC in extractImsi()
552 result[2] = imsi.substring(3 + mncDigit, imsi.length()); // MSIN in extractImsi()
828 int mncDigit = Integer.parseInt(parser.getAttributeValue(3)); in loadSimProfileFromXml() local
830 value = extractImsi(imsi, mncDigit); in loadSimProfileFromXml()
846 + mncDigit); in loadSimProfileFromXml()