/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 42 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()
|
D | CellIdentityWcdmaTest.java | 40 private static final int MNC = 260; field in CellIdentityWcdmaTest 58 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 123 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityGsmTest.java | 39 private static final int MNC = 260; field in CellIdentityGsmTest 58 assertEquals(MNC, ci.getMnc()); in testDefaultConstructor() 132 assertEquals(MNC, ci.getMnc()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityTdscdmaTest.java | 41 private static final int MNC = 260; field in CellIdentityTdscdmaTest
|
D | CellIdentityTest.java | 48 private static final int MNC = 260; field in CellIdentityTest
|
D | RILTest.java | 230 private static final int MNC = 260; field in RILTest
|
/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 | 241 // 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/ |
D | CarrierInfoManager.java | 122 contentValues.put(Telephony.CarrierColumns.MNC, imsiEncryptionInfo.getMnc()); in updateOrInsertCarrierKey()
|
D | CarrierKeyDownloadManager.java | 96 public static final String MNC = "MNC"; field in CarrierKeyDownloadManager
|
D | SubscriptionInfoUpdater.java | 935 values.put(SubscriptionManager.MNC, mnc); in updateEmbeddedSubscriptionsCache()
|
D | SubscriptionController.java | 2108 value.put(SubscriptionManager.MNC, mnc); in setMccMnc()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 28 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/ |
D | Telephony.java | 1405 public static final String MNC = "mnc"; field 3661 public static final String MNC = "mnc"; field in Telephony.Carriers
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 626 public static final String MNC = SimInfo.COLUMN_MNC; field in SubscriptionManager
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1661 // 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/ |
D | metrics_constants.proto | 7343 // FIELD: The mobile operator code (MNC) of current network
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25614 field public static final java.lang.String MNC = "mnc";
|
/frameworks/base/api/ |
D | current.txt | 40975 field @Deprecated public static final String MNC = "mnc";
|