/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 45 private static final int MNC = 260; field in CellIdentityLteTest 65 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 130 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc() 150 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor() 158 assertEquals(MNC, ci.getMnc()); in testFormerConstructor()
|
D | CellIdentityWcdmaTest.java | 40 private static final int MNC = 260; field in CellIdentityWcdmaTest 58 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 123 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityGsmTest.java | 39 private static final int MNC = 260; field in CellIdentityGsmTest 58 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 132 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityTdscdmaTest.java | 41 private static final int MNC = 260; field in CellIdentityTdscdmaTest
|
D | CellIdentityTest.java | 48 private static final int MNC = 260; field in CellIdentityTest
|
D | RILTest.java | 240 private static final int MNC = 260; 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 | 244 // network code. Same as MCC/MNC. 1738 // MCC and MNC that map to this carrier. Logged only if mccmnc is configured 1742 // MCC and MNC from the subscription that map to this carrier. 1762 // only log additional 2 bits other than MCC MNC.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 180 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc()); in updateOrInsertCarrierKey()
|
D | SubscriptionInfoUpdater.java | 957 values.put(SubscriptionManager.MNC, mnc); in updateEmbeddedSubscriptionsCache()
|
D | SubscriptionController.java | 2358 value.put(SubscriptionManager.MNC, mnc); in setMccMnc()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 29 import static android.content.ConfigurationProto.MNC; 1166 protoOutputStream.write(MNC, mnc); in dumpDebug() 1238 case (int) MNC: in readFromProto() 1239 mnc = protoInputStream.readInt(MNC); in readFromProto()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 1419 public static final String MNC = "mnc"; field 3675 public static final String MNC = "mnc"; field in Telephony.Carriers
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 727 public static final String MNC = SimInfo.COLUMN_MNC; field in SubscriptionManager
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2017 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier. 2018 // 0 if undefined. Note: the actual MNC may be 0, to check for this use the 12957 * The atom is pushed when a SIM card is initialized and the MCC/MNC is not present in the 12968 // MCC/MNC of the SIM card.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 7350 // FIELD: The mobile operator code (MNC) of current network
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12934 Landroid/content/ConfigurationProto;->MNC:J 46476 Landroid/provider/Telephony$CarrierColumns;->MNC:Ljava/lang/String; 58737 Landroid/telephony/SubscriptionManager;->MNC:Ljava/lang/String;
|
/frameworks/base/core/api/ |
D | current.txt | 35666 field @Deprecated public static final String MNC = "mnc";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25614 field public static final java.lang.String MNC = "mnc";
|