Searched refs:mccmnc (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java173 * @param mccmnc truncated imsi with just the MCC and MNC - MNC assumed to be from 4th to end
175 public static void updateMccMncConfiguration(Context context, String mccmnc) { argument
176 if (!TextUtils.isEmpty(mccmnc)) {
180 mcc = Integer.parseInt(mccmnc.substring(0,3));
181 mnc = Integer.parseInt(mccmnc.substring(3));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java572 for (String mccmnc : MCCMNC_CODES_HAVING_3DIGITS_MNC) {
573 if (mccmnc.equals(mccmncCode)) {
830 for (String mccmnc : MCCMNC_CODES_HAVING_3DIGITS_MNC) {
831 if (mccmnc.equals(mccmncCode)) {

Completed in 77 milliseconds