Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityNrTest.java29 private static final String MCC = "310"; field in CellIdentityNrTest
44 new CellIdentityNr(PCI, TAC, NRARFCN, MCC, MNC, NCI, ALPHAL, ALPHAS); in testGetMethod()
53 assertThat(cellIdentityNr.getMccString()).isEqualTo(MCC); in testGetMethod()
63 new CellIdentityNr(PCI, TAC, NRARFCN, MCC, MNC, NCI, ALPHAL, ALPHAS); in testEquals_sameParameters()
65 new CellIdentityNr(PCI, TAC, NRARFCN, MCC, MNC, NCI, ALPHAL, ALPHAS); in testEquals_sameParameters()
75 new CellIdentityNr(PCI, TAC, NRARFCN, MCC, MNC, NCI, ALPHAL, ALPHAS); in testEquals_differentParameters()
77 new CellIdentityNr(PCI, TAC, NRARFCN, MCC, MNC, NCI + 1, ALPHAL, ALPHAS); in testEquals_differentParameters()
87 new CellIdentityNr(PCI, TAC, NRARFCN, MCC, MNC, NCI, ALPHAL, ALPHAS); in testParcel()
103 assertThat(anotherCellIdentityNr.getMccString()).isEqualTo(MCC); in testParcel()
DCellIdentityLteTest.java37 private static final int MCC = 120; field in CellIdentityLteTest
57 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
73 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
87 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
108 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
136 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor()
143 assertEquals(MCC, ci.getMcc()); in testFormerConstructor()
DCellIdentityWcdmaTest.java36 private static final int MCC = 120; field in CellIdentityWcdmaTest
54 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
70 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
84 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
105 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java36 private static final int MCC = 120; field in CellIdentityGsmTest
55 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
71 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
85 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
105 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityTest.java37 private static final int MCC = 120; field in CellIdentityTest
DFakeTelephonyProvider.java72 + SubscriptionManager.MCC + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
DCellIdentityTdscdmaTest.java37 private static final int MCC = 120; field in CellIdentityTdscdmaTest
DSmsNumberUtilsTest.java63 projection[1].equals(HbpcdLookup.MccIdd.MCC) && selectionArgs.length == 1) { in query()
DRILTest.java202 private static final int MCC = 120; field in RILTest
/frameworks/opt/telephony/src/java/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.java249 String projection[] = {MccIdd.IDD, MccIdd.MCC}; in getAllIDDs()
256 where = MccIdd.MCC + "=?"; in getAllIDDs()
DCarrierInfoManager.java122 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
DCarrierKeyDownloadManager.java95 public static final String MCC = "MCC"; field in CarrierKeyDownloadManager
DSubscriptionInfoUpdater.java851 values.put(SubscriptionManager.MCC, mcc); in updateEmbeddedSubscriptionsCache()
DSubscriptionController.java1809 value.put(SubscriptionManager.MCC, mcc); in setMccMnc()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto55 // [Optional] The MCC and MNC that map to this carrier. At least one value is required.
Dtelephony.proto241 // network code. Same as MCC/MNC.
1613 // MCC and MNC that map to this carrier. Logged only if mccmnc is configured
1617 // MCC and MNC from the subscription that map to this carrier.
1637 // only log additional 2 bits other than MCC MNC.
/frameworks/base/core/java/android/content/res/
DConfiguration.java26 import static android.content.ConfigurationProto.MCC;
1111 protoOutputStream.write(MCC, mcc); in writeToProto()
1180 case (int) MCC: in readFromProto()
1181 mcc = protoInputStream.readInt(MCC); in readFromProto()
/frameworks/base/telephony/java/android/provider/
DTelephony.java1360 public static final String MCC = "mcc"; field
3527 public static final String MCC = "mcc"; field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java526 public static final String MCC = "mcc"; field in SubscriptionManager
/frameworks/base/proto/src/
Dwifi.proto442 // Number of radio mode changes to MCC (Multi channel concurrency).
/frameworks/base/cmds/statsd/src/
Datoms.proto1338 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13794 Landroid/content/ConfigurationProto;->MCC:J
61235 Landroid/provider/Telephony$CarrierColumns;->MCC:Ljava/lang/String;
74421 Landroid/telephony/SubscriptionManager;->MCC:Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25610 field public static final java.lang.String MCC = "mcc";

12