/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityNrTest.java | 29 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()
|
D | CellIdentityLteTest.java | 37 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()
|
D | CellIdentityWcdmaTest.java | 36 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()
|
D | CellIdentityGsmTest.java | 36 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()
|
D | CellIdentityTest.java | 37 private static final int MCC = 120; field in CellIdentityTest
|
D | FakeTelephonyProvider.java | 72 + SubscriptionManager.MCC + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
|
D | CellIdentityTdscdmaTest.java | 37 private static final int MCC = 120; field in CellIdentityTdscdmaTest
|
D | SmsNumberUtilsTest.java | 63 projection[1].equals(HbpcdLookup.MccIdd.MCC) && selectionArgs.length == 1) { in query()
|
D | RILTest.java | 202 private static final int MCC = 120; field in RILTest
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | HbpcdLookup.java | 50 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
|
D | HbpcdUtils.java | 50 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()
|
D | SmsNumberUtils.java | 249 String projection[] = {MccIdd.IDD, MccIdd.MCC}; in getAllIDDs() 256 where = MccIdd.MCC + "=?"; in getAllIDDs()
|
D | CarrierInfoManager.java | 122 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
|
D | CarrierKeyDownloadManager.java | 95 public static final String MCC = "MCC"; field in CarrierKeyDownloadManager
|
D | SubscriptionInfoUpdater.java | 851 values.put(SubscriptionManager.MCC, mcc); in updateEmbeddedSubscriptionsCache()
|
D | SubscriptionController.java | 1809 value.put(SubscriptionManager.MCC, mcc); in setMccMnc()
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 55 // [Optional] The MCC and MNC that map to this carrier. At least one value is required.
|
D | telephony.proto | 241 // 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/ |
D | Configuration.java | 26 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/ |
D | Telephony.java | 1360 public static final String MCC = "mcc"; field 3527 public static final String MCC = "mcc"; field in Telephony.Carriers
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 526 public static final String MCC = "mcc"; field in SubscriptionManager
|
/frameworks/base/proto/src/ |
D | wifi.proto | 442 // Number of radio mode changes to MCC (Multi channel concurrency).
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1338 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 13794 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/ |
D | android-22.txt | 25610 field public static final java.lang.String MCC = "mcc";
|