Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DHbpcdLookup.java50 public static final String MCC = "MCC"; field in HbpcdLookup.MccIdd
63 public static final String MCC = "MCC"; field in HbpcdLookup.MccLookup
83 public static final String MCC = "MCC"; field in HbpcdLookup.MccSidConflicts
96 public static final String MCC = "MCC"; field in HbpcdLookup.MccSidRange
109 public static final String MCC = "MCC"; field in HbpcdLookup.ArbitraryMccSidMatch
DHbpcdUtils.java50 String projection2[] = {ArbitraryMccSidMatch.MCC}; in getMcc()
76 String projection3[] = {MccSidConflicts.MCC}; in getMcc()
111 String projection5[] = {MccSidRange.MCC}; in getMcc()
145 MccIdd.MCC + "=" + mcc, null, null); in getIddByMcc()
DSmsNumberUtils.java255 String projection[] = {MccIdd.IDD, MccIdd.MCC}; in getAllIDDs()
262 where = MccIdd.MCC + "=?"; in getAllIDDs()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java45 private static final int MCC = 120; field in CellIdentityLteTest
65 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
84 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
98 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
121 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
151 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor()
158 assertEquals(MCC, ci.getMcc()); in testFormerConstructor()
DCellIdentityWcdmaTest.java40 private static final int MCC = 120; field in CellIdentityWcdmaTest
58 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
74 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
92 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
115 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java39 private static final int MCC = 120; field in CellIdentityGsmTest
58 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
78 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
96 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
123 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DDisplayInfoControllerTest.java61 private static final String MCC = "600"; field in DisplayInfoControllerTest
63 private static final String NUMERIC = MCC + MNC;
152 MCC, MNC, NETWORK, NETWORK, Collections.emptyList(), null); in changeRegState()
DCellIdentityTdscdmaTest.java41 private static final int MCC = 120; field in CellIdentityTdscdmaTest
DSmsNumberUtilsTest.java63 projection[1].equals(HbpcdLookup.MccIdd.MCC) && selectionArgs.length == 1) { in query()
DCellIdentityTest.java48 private static final int MCC = 120; field in CellIdentityTest
/frameworks/opt/telephony/proto/src/
DcarrierId.proto55 // [Optional] The MCC and MNC that map to this carrier. At least one value is required.
Dtelephony.proto244 // network code. Same as MCC/MNC.
1741 // MCC and MNC that map to this carrier. Logged only if mccmnc is configured
1745 // MCC and MNC from the subscription that map to this carrier.
1765 // only log additional 2 bits other than MCC MNC.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java211 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
/frameworks/base/core/java/android/content/res/
DConfiguration.java29 import static android.content.ConfigurationProto.MCC;
1307 protoOutputStream.write(MCC, mcc); in dumpDebug()
1378 case (int) MCC: in readFromProto()
1379 mcc = protoInputStream.readInt(MCC); in readFromProto()
/frameworks/base/core/java/android/provider/
DTelephony.java1423 public static final String MCC = "mcc"; field
3088 public static final String MCC = "mcc"; field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java1474 apnValue.put(Telephony.Carriers.MCC, mOperatorNumeric.substring(0, 3)); in toContentValues()
/frameworks/proto_logging/stats/
Datoms.proto3203 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
16002 * The atom is pushed when a SIM card is initialized and the MCC/MNC is not present in the
16013 // MCC/MNC of the SIM card.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10055 Landroid/content/ConfigurationProto;->MCC:J
42509 Landroid/provider/Telephony$CarrierColumns;->MCC:Ljava/lang/String;
54768 Landroid/telephony/SubscriptionManager;->MCC:Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25610 field public static final java.lang.String MCC = "mcc";
/frameworks/base/core/api/
Dcurrent.txt37838 field @Deprecated public static final String MCC = "mcc";