Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java46 private static final int MNC = 260; field in CellIdentityLteTest
66 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor()
131 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
151 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor()
159 assertEquals(MNC, ci.getMnc()); in testFormerConstructor()
DCellIdentityWcdmaTest.java41 private static final int MNC = 260; field in CellIdentityWcdmaTest
59 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor()
124 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java40 private static final int MNC = 260; field in CellIdentityGsmTest
59 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor()
133 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
DDisplayInfoControllerTest.java62 private static final String MNC = "01"; field in DisplayInfoControllerTest
63 private static final String NUMERIC = MCC + MNC;
152 MCC, MNC, NETWORK, NETWORK, Collections.emptyList(), null); in changeRegState()
DCellIdentityTdscdmaTest.java42 private static final int MNC = 260; field in CellIdentityTdscdmaTest
DCellIdentityTest.java49 private static final int MNC = 260; field in CellIdentityTest
/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.
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/
DCarrierInfoManager.java212 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc()); in updateOrInsertCarrierKey()
/frameworks/base/core/java/android/content/res/
DConfiguration.java30 import static android.content.ConfigurationProto.MNC;
1308 protoOutputStream.write(MNC, mnc); in dumpDebug()
1381 case (int) MNC: in readFromProto()
1382 mnc = protoInputStream.readInt(MNC); in readFromProto()
/frameworks/base/core/java/android/provider/
DTelephony.java1429 public static final String MNC = "mnc"; field
3098 public static final String MNC = "mnc"; field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java1475 apnValue.put(Telephony.Carriers.MNC, mOperatorNumeric.substring(3)); in toContentValues()
/frameworks/proto_logging/stats/
Datoms.proto3208 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
3209 // 0 if undefined. Note: the actual MNC may be 0, to check for this use the
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/proto/src/metrics_constants/
Dmetrics_constants.proto7359 // FIELD: The mobile operator code (MNC) of current network
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10056 Landroid/content/ConfigurationProto;->MNC:J
42510 Landroid/provider/Telephony$CarrierColumns;->MNC:Ljava/lang/String;
54771 Landroid/telephony/SubscriptionManager;->MNC:Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25614 field public static final java.lang.String MNC = "mnc";
/frameworks/base/core/api/
Dcurrent.txt37842 field @Deprecated public static final String MNC = "mnc";