Searched refs:MCC (Results 1 - 17 of 17) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java48 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
50 public static final String MCC = "MCC"; field in class:HbpcdLookup.MccIdd
61 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
63 public static final String MCC = "MCC"; field in class:HbpcdLookup.MccLookup
81 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
83 public static final String MCC = "MCC"; field in class:HbpcdLookup.MccSidConflicts
94 public static final String DEFAULT_SORT_ORDER = "MCC AS
96 public static final String MCC = "MCC"; field in class:HbpcdLookup.MccSidRange
109 public static final String MCC = "MCC"; field in class:HbpcdLookup.ArbitraryMccSidMatch
[all...]
H A DHbpcdUtils.java40 * Resolves the unknown MCC with SID and Timezone information.
50 String projection2[] = {ArbitraryMccSidMatch.MCC};
66 Rlog.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc);
75 // and use the timezone in mcc_lookup table to check which MCC matches.
76 String projection3[] = {MccSidConflicts.MCC};
94 Rlog.d(LOG_TAG, "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc);
111 String projection5[] = {MccSidRange.MCC};
130 // If unknown MCC still could not be resolved,
135 * Gets country information with given MCC.
145 MccIdd.MCC
[all...]
H A DCarrierInfoManager.java122 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc());
H A DSmsNumberUtils.java249 String projection[] = {MccIdd.IDD, MccIdd.MCC};
256 where = MccIdd.MCC + "=?";
282 if (DBG) Rlog.d(TAG, "MCC = " + mcc + ", all IDDs = " + allIDDs);
456 * Gets all country Codes information with given MCC.
H A DCarrierKeyDownloadManager.java92 public static final String MCC = "MCC"; field in class:CarrierKeyDownloadManager
H A DSubscriptionController.java294 SubscriptionManager.MCC));
1370 * Set MCC/MNC by subscription ID
1371 * @param mccMnc MCC/MNC associated with the subscription
1386 value.put(SubscriptionManager.MCC, mcc);
1796 // Update MCC MNC device configuration information
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityGsmTest.java37 private static final int MCC = 120; field in class:CellIdentityGsmTest
56 assertEquals(MCC, ci.getMcc());
72 assertEquals(MCC, ci.getMcc());
86 assertEquals(MCC, ci.getMcc());
106 assertEquals(MCC, ci.getMcc());
132 new CellIdentityGsm(MCC, MNC, LAC, CID);
138 assertEquals(MCC, ci.getMcc());
H A DCellIdentityLteTest.java37 private static final int MCC = 120; field in class:CellIdentityLteTest
57 assertEquals(MCC, ci.getMcc());
73 assertEquals(MCC, ci.getMcc());
87 assertEquals(MCC, ci.getMcc());
108 assertEquals(MCC, ci.getMcc());
136 new CellIdentityLte(MCC, MNC, CI, PCI, TAC);
143 assertEquals(MCC, ci.getMcc());
H A DCellIdentityWcdmaTest.java37 private static final int MCC = 120; field in class:CellIdentityWcdmaTest
55 assertEquals(MCC, ci.getMcc());
71 assertEquals(MCC, ci.getMcc());
85 assertEquals(MCC, ci.getMcc());
106 assertEquals(MCC, ci.getMcc());
132 new CellIdentityWcdma(MCC, MNC, LAC, CID, PSC);
137 assertEquals(MCC, ci.getMcc());
H A DCellIdentityTest.java37 private static final int MCC = 120; field in class:CellIdentityTest
H A DCellIdentityTdscdmaTest.java37 private static final int MCC = 120; field in class:CellIdentityTdscdmaTest
H A DSmsNumberUtilsTest.java63 projection[1].equals(HbpcdLookup.MccIdd.MCC) && selectionArgs.length == 1) {
81 logd("Unhandled MCC" + Integer.parseInt(selectionArgs[0]));
H A DSubscriptionControllerTest.java67 SubscriptionManager.DATA_ROAMING, SubscriptionManager.MCC,
H A DRILTest.java186 private static final int MCC = 120; field in class:RILTest
1280 // MCC/MNC will be set as INT_MAX if unknown
1344 // MCC/MNC will be set as INT_MAX if unknown
1407 // MCC/MNC will be set as INT_MAX if unknown
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java1200 public static final String MCC = "mcc"; field in interface:Telephony.CarrierColumns
2677 * Mobile Country Code (MCC).
2680 public static final String MCC = "mcc"; field in class:Telephony.Carriers
2689 * Numeric operator ID (as String). Usually {@code MCC + MNC}.
3435 * Numeric operator ID (as String). {@code MCC + MNC}
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java26 import static android.content.ConfigurationProto.MCC;
92 * IMSI MCC (Mobile Country Code), corresponding to
820 /** @hide Native-specific bit mask for MCC config; DO NOT USE UNLESS YOU ARE SURE. */
1094 protoOutputStream.write(MCC, mcc);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java256 * TelephonyProvider column name for the MCC associated with a SIM.
260 public static final String MCC = "mcc"; field in class:SubscriptionManager

Completed in 625 milliseconds