/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 46 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()
|
D | CellIdentityWcdmaTest.java | 41 private static final int MNC = 260; field in CellIdentityWcdmaTest 59 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 124 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityGsmTest.java | 40 private static final int MNC = 260; field in CellIdentityGsmTest 59 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 133 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
|
D | DisplayInfoControllerTest.java | 62 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()
|
D | CellIdentityTdscdmaTest.java | 42 private static final int MNC = 260; field in CellIdentityTdscdmaTest
|
D | CellIdentityTest.java | 49 private static final int MNC = 260; field in CellIdentityTest
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 55 // [Optional] The MCC and MNC that map to this carrier. At least one value is required.
|
D | telephony.proto | 244 // 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/ |
D | CarrierInfoManager.java | 212 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc()); in updateOrInsertCarrierKey()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 30 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/ |
D | Telephony.java | 1429 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/ |
D | ApnSetting.java | 1475 apnValue.put(Telephony.Carriers.MNC, mOperatorNumeric.substring(3)); in toContentValues()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3208 // 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/ |
D | metrics_constants.proto | 7359 // FIELD: The mobile operator code (MNC) of current network
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10056 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/ |
D | android-22.txt | 25614 field public static final java.lang.String MNC = "mnc";
|
/frameworks/base/core/api/ |
D | current.txt | 37842 field @Deprecated public static final String MNC = "mnc";
|