Home
last modified time | relevance | path

Searched refs:MCC (Results 1 – 24 of 24) 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.java41 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()
DCellIdentityWcdmaTest.java39 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()
DCellIdentityGsmTest.java38 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()
DCellIdentityTdscdmaTest.java40 private static final int MCC = 120; field in CellIdentityTdscdmaTest
DSmsNumberUtilsTest.java62 projection[1].equals(HbpcdLookup.MccIdd.MCC) && selectionArgs.length == 1) { in query()
DCellIdentityTest.java47 private static final int MCC = 120; field in CellIdentityTest
DRILTest.java228 private static final int MCC = 120; field in RILTest
/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.
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/
DCarrierInfoManager.java121 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
DCarrierKeyDownloadManager.java97 public static final String MCC = "MCC"; field in CarrierKeyDownloadManager
DSubscriptionInfoUpdater.java933 values.put(SubscriptionManager.MCC, mcc); in updateEmbeddedSubscriptionsCache()
DSubscriptionController.java2107 value.put(SubscriptionManager.MCC, mcc); in setMccMnc()
/frameworks/base/core/java/android/content/res/
DConfiguration.java27 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/
DTelephony.java1399 public static final String MCC = "mcc"; field
3651 public static final String MCC = "mcc"; field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java619 public static final String MCC = SimInfo.COLUMN_MCC; field in SubscriptionManager
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto444 // Number of radio mode changes to MCC (Multi channel concurrency).
/frameworks/base/cmds/statsd/src/
Datoms.proto1656 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25610 field public static final java.lang.String MCC = "mcc";
/frameworks/base/api/
Dcurrent.txt40971 field @Deprecated public static final String MCC = "mcc";