/frameworks/base/telephony/common/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 | 255 String projection[] = {MccIdd.IDD, MccIdd.MCC}; in getAllIDDs() 262 where = MccIdd.MCC + "=?"; in getAllIDDs()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 41 private static final int MCC = 120; field in CellIdentityLteTest 61 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor() 80 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc() 94 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc() 117 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc() 147 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor() 154 assertEquals(MCC, ci.getMcc()); in testFormerConstructor()
|
D | CellIdentityWcdmaTest.java | 39 private static final int MCC = 120; field in CellIdentityWcdmaTest 57 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor() 73 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc() 91 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc() 114 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityGsmTest.java | 38 private static final int MCC = 120; field in CellIdentityGsmTest 57 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor() 77 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc() 95 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc() 122 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityTdscdmaTest.java | 40 private static final int MCC = 120; field in CellIdentityTdscdmaTest
|
D | SmsNumberUtilsTest.java | 62 projection[1].equals(HbpcdLookup.MccIdd.MCC) && selectionArgs.length == 1) { in query()
|
D | CellIdentityTest.java | 47 private static final int MCC = 120; field in CellIdentityTest
|
D | RILTest.java | 228 private static final int MCC = 120; field in RILTest
|
/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. 1704 // MCC and MNC that map to this carrier. Logged only if mccmnc is configured 1708 // MCC and MNC from the subscription that map to this carrier. 1728 // only log additional 2 bits other than MCC MNC.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 121 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
|
D | CarrierKeyDownloadManager.java | 97 public static final String MCC = "MCC"; field in CarrierKeyDownloadManager
|
D | SubscriptionInfoUpdater.java | 933 values.put(SubscriptionManager.MCC, mcc); in updateEmbeddedSubscriptionsCache()
|
D | SubscriptionController.java | 2107 value.put(SubscriptionManager.MCC, mcc); in setMccMnc()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 27 import static android.content.ConfigurationProto.MCC; 1130 protoOutputStream.write(MCC, mcc); in dumpDebug() 1199 case (int) MCC: in readFromProto() 1200 mcc = protoInputStream.readInt(MCC); in readFromProto()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 1399 public static final String MCC = "mcc"; field 3651 public static final String MCC = "mcc"; field in Telephony.Carriers
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 619 public static final String MCC = SimInfo.COLUMN_MCC; field in SubscriptionManager
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | metrics.proto | 444 // Number of radio mode changes to MCC (Multi channel concurrency).
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1656 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25610 field public static final java.lang.String MCC = "mcc";
|
/frameworks/base/api/ |
D | current.txt | 40971 field @Deprecated public static final String MCC = "mcc";
|