/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 | 45 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()
|
D | CellIdentityWcdmaTest.java | 40 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()
|
D | CellIdentityGsmTest.java | 39 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()
|
D | DisplayInfoControllerTest.java | 61 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()
|
D | CellIdentityTdscdmaTest.java | 41 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 | CellIdentityTest.java | 48 private static final int MCC = 120; field in CellIdentityTest
|
/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 | 244 // 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/ |
D | CarrierInfoManager.java | 211 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 29 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/ |
D | Telephony.java | 1423 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/ |
D | ApnSetting.java | 1474 apnValue.put(Telephony.Carriers.MCC, mOperatorNumeric.substring(0, 3)); in toContentValues()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3203 // 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10055 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/ |
D | android-22.txt | 25610 field public static final java.lang.String MCC = "mcc";
|
/frameworks/base/core/api/ |
D | current.txt | 37838 field @Deprecated public static final String MCC = "mcc";
|