Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java42 private static final int MNC = 260; field in CellIdentityLteTest
62 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor()
127 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
147 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor()
155 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.java230 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.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.java122 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc()); in updateOrInsertCarrierKey()
DCarrierKeyDownloadManager.java96 public static final String MNC = "MNC"; field in CarrierKeyDownloadManager
DSubscriptionInfoUpdater.java935 values.put(SubscriptionManager.MNC, mnc); in updateEmbeddedSubscriptionsCache()
DSubscriptionController.java2108 value.put(SubscriptionManager.MNC, mnc); in setMccMnc()
/frameworks/base/core/java/android/content/res/
DConfiguration.java28 import static android.content.ConfigurationProto.MNC;
1131 protoOutputStream.write(MNC, mnc); in dumpDebug()
1202 case (int) MNC: in readFromProto()
1203 mnc = protoInputStream.readInt(MNC); in readFromProto()
/frameworks/base/core/java/android/provider/
DTelephony.java1405 public static final String MNC = "mnc"; field
3661 public static final String MNC = "mnc"; field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java626 public static final String MNC = SimInfo.COLUMN_MNC; field in SubscriptionManager
/frameworks/base/cmds/statsd/src/
Datoms.proto1661 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
1662 // 0 if undefined. Note: the actual MNC may be 0, to check for this use the
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7343 // FIELD: The mobile operator code (MNC) of current network
/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.txt25614 field public static final java.lang.String MNC = "mnc";
/frameworks/base/api/
Dcurrent.txt40975 field @Deprecated public static final String MNC = "mnc";