/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityGsmTest.java | 38 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 D | CellIdentityLteTest.java | 38 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 D | CellIdentityWcdmaTest.java | 38 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 D | CellIdentityTest.java | 38 private static final int MNC = 260; field in class:CellIdentityTest
|
H A D | CellIdentityTdscdmaTest.java | 38 private static final int MNC = 260; field in class:CellIdentityTdscdmaTest
|
H A D | SubscriptionControllerTest.java | 68 SubscriptionManager.MNC, SubscriptionManager.CB_EXTREME_THREAT_ALERT,
|
H A D | RILTest.java | 188 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 D | CarrierInfoManager.java | 123 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc());
|
H A D | CarrierKeyDownloadManager.java | 91 public static final String MNC = "MNC"; field in class:CarrierKeyDownloadManager
|
H A D | SubscriptionController.java | 296 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 D | Telephony.java | 1201 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 D | Configuration.java | 27 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 D | SubscriptionManager.java | 263 * TelephonyProvider column name for the MNC associated with a SIM. 267 public static final String MNC = "mnc"; field in class:SubscriptionManager
|