Searched refs:MNC (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityGsmTest.java38 private static final int MNC = 260; field in class:CellIdentityGsmTest
57 assertEquals(MNC, ci.getMnc());
114 assertEquals(MNC, ci.getMnc());
132 new CellIdentityGsm(MCC, MNC, LAC, CID);
139 assertEquals(MNC, ci.getMnc());
H A DCellIdentityLteTest.java38 private static final int MNC = 260; field in class:CellIdentityLteTest
58 assertEquals(MNC, ci.getMnc());
117 assertEquals(MNC, ci.getMnc());
136 new CellIdentityLte(MCC, MNC, CI, PCI, TAC);
144 assertEquals(MNC, ci.getMnc());
H A DCellIdentityWcdmaTest.java38 private static final int MNC = 260; field in class:CellIdentityWcdmaTest
56 assertEquals(MNC, ci.getMnc());
114 assertEquals(MNC, ci.getMnc());
132 new CellIdentityWcdma(MCC, MNC, LAC, CID, PSC);
138 assertEquals(MNC, ci.getMnc());
H A DCellIdentityTest.java38 private static final int MNC = 260; field in class:CellIdentityTest
H A DCellIdentityTdscdmaTest.java38 private static final int MNC = 260; field in class:CellIdentityTdscdmaTest
H A DSubscriptionControllerTest.java68 SubscriptionManager.MNC, SubscriptionManager.CB_EXTREME_THREAT_ALERT,
H A DRILTest.java188 private static final int MNC = 260; field in class:RILTest
1280 // MCC/MNC will be set as INT_MAX if unknown
1344 // MCC/MNC will be set as INT_MAX if unknown
1407 // MCC/MNC will be set as INT_MAX if unknown
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierInfoManager.java123 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc());
H A DCarrierKeyDownloadManager.java91 public static final String MNC = "MNC"; field in class:CarrierKeyDownloadManager
H A DSubscriptionController.java296 SubscriptionManager.MNC));
1370 * Set MCC/MNC by subscription ID
1371 * @param mccMnc MCC/MNC associated with the subscription
1387 value.put(SubscriptionManager.MNC, mnc);
1796 // Update MCC MNC device configuration information
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java1201 public static final String MNC = "mnc"; field in interface:Telephony.CarrierColumns
2683 * Mobile Network Code (MNC).
2686 public static final String MNC = "mnc"; field in class:Telephony.Carriers
2689 * Numeric operator ID (as String). Usually {@code MCC + MNC}.
3435 * Numeric operator ID (as String). {@code MCC + MNC}
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java27 import static android.content.ConfigurationProto.MNC;
99 * IMSI MNC (Mobile Network Code), corresponding to
101 * resource qualifier. 0 if undefined. Note that the actual MNC may be 0; in order to check
107 * Constant used to to represent MNC (Mobile Network Code) zero.
108 * 0 cannot be used, since it is used to represent an undefined MNC.
822 /** @hide Native-specific bit mask for MNC config; DO NOT USE UNLESS YOU ARE SURE. */
1095 protoOutputStream.write(MNC, mnc);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java263 * TelephonyProvider column name for the MNC associated with a SIM.
267 public static final String MNC = "mnc"; field in class:SubscriptionManager

Completed in 138 milliseconds