Home
last modified time | relevance | path

Searched refs:MNC (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java45 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()
DCellIdentityWcdmaTest.java40 private static final int MNC = 260; field in CellIdentityWcdmaTest
58 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor()
123 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java39 private static final int MNC = 260; field in CellIdentityGsmTest
58 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor()
132 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
DCellIdentityTdscdmaTest.java41 private static final int MNC = 260; field in CellIdentityTdscdmaTest
DCellIdentityTest.java48 private static final int MNC = 260; field in CellIdentityTest
DRILTest.java240 private static final int MNC = 260; 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.proto244 // 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/
DCarrierInfoManager.java180 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc()); in updateOrInsertCarrierKey()
DSubscriptionInfoUpdater.java957 values.put(SubscriptionManager.MNC, mnc); in updateEmbeddedSubscriptionsCache()
DSubscriptionController.java2358 value.put(SubscriptionManager.MNC, mnc); in setMccMnc()
/frameworks/base/core/java/android/content/res/
DConfiguration.java29 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/
DTelephony.java1419 public static final String MNC = "mnc"; field
3675 public static final String MNC = "mnc"; field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java727 public static final String MNC = SimInfo.COLUMN_MNC; field in SubscriptionManager
/frameworks/proto_logging/stats/
Datoms.proto2017 // 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/
Dmetrics_constants.proto7350 // FIELD: The mobile operator code (MNC) of current network
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12934 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/
Dcurrent.txt35666 field @Deprecated public static final String MNC = "mnc";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25614 field public static final java.lang.String MNC = "mnc";