Home | History | Annotate | Download | only in telephony

Lines Matching defs:mcc

293         int mcc = cursor.getInt(cursor.getColumnIndexOrThrow(
294 SubscriptionManager.MCC));
317 + " mcc:" + mcc + " mnc:" + mnc + " countIso:" + countryIso + " isEmbedded:"
328 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso,
1370 * Set MCC/MNC by subscription ID
1371 * @param mccMnc MCC/MNC associated with the subscription
1376 int mcc = 0;
1379 mcc = Integer.parseInt(mccMnc.substring(0,3));
1382 loge("[setMccMnc] - couldn't parse mcc/mnc: " + mccMnc);
1384 if (DBG) logd("[setMccMnc]+ mcc/mnc:" + mcc + "/" + mnc + " subId:" + subId);
1386 value.put(SubscriptionManager.MCC, mcc);
1796 // Update MCC MNC device configuration information