/frameworks/base/telephony/java/android/telephony/ |
D | ImsiEncryptionInfo.java | 41 private final String mnc; field in ImsiEncryptionInfo 48 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo() 53 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo()
|
D | SubscriptionInfo.java | 208 Bitmap icon, String mcc, String mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo() 222 Bitmap icon, String mcc, String mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo() 236 Bitmap icon, String mcc, String mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo()
|
D | CellIdentity.java | 58 protected CellIdentity(String tag, int type, String mcc, String mnc, String alphal, in CellIdentity()
|
D | CellIdentityTdscdma.java | 74 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid, int uarfcn, in CellIdentityTdscdma()
|
D | CellIdentityLte.java | 76 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 62 String mnc = ""; in getCarrierInfoForImsiEncryption() local 213 String mnc = ""; in deleteCarrierInfoForImsiEncryption() local
|
D | CarrierKeyDownloadManager.java | 443 String mnc = ""; in parseJsonAndPersistKey() local 535 String mnc = ""; in downloadKey() local 596 String mcc, String mnc) { in savePublicKey()
|
D | SubscriptionInfoUpdater.java | 849 String mnc = cid.getMnc(); in updateEmbeddedSubscriptionsCache() local
|
D | SubscriptionController.java | 339 String mnc = cursor.getString(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local 1800 int mnc = 0; in setMccMnc() local
|
D | MccTable.java | 59 MccEntry(int mnc, String iso, int smallestDigitsMCC) { in MccEntry() 193 int mcc, mnc; in updateMccMncConfiguration() local
|
D | RadioResponse.java | 2275 String mnc = carrierList.get(i).mnc; in convertCarrierList() local
|
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierIdentifier.java | 61 public CarrierIdentifier(String mcc, String mnc, @Nullable String spn, @Nullable String imsi, in CarrierIdentifier() 79 public CarrierIdentifier(@NonNull String mcc, @NonNull String mnc, @Nullable String spn, in CarrierIdentifier()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | CellularNetwork.java | 158 int mnc = ((plmn[2] << 4) & 0xF0) | ((plmn[2] >> 4) & 0x0F); in parsePlmn() local
|
/frameworks/base/core/proto/android/content/ |
D | configuration.proto | 34 optional uint32 mnc = 3 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
|
/frameworks/base/core/jni/ |
D | android_content_res_Configuration.cpp | 32 jfieldID mnc; member
|
D | android_util_AssetManager.cpp | 487 static void NativeSetConfiguration(JNIEnv* env, jclass /*clazz*/, jlong ptr, jint mcc, jint mnc, in NativeSetConfiguration()
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.h | 221 ConfigDescriptionBuilder& setMnc(uint16_t mnc) { in setMnc()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | TelephonyUtil.java | 163 String mnc = mccMnc.substring(3); in getAnonymousIdentityWith3GppRealm() local 279 String mnc; in buildIdentity() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | Utils.java | 127 String mnc = mccmnc.substring(3); in getRealmForMccMnc() local
|
/frameworks/base/telephony/java/android/telephony/emergency/ |
D | EmergencyNumber.java | 248 public EmergencyNumber(@NonNull String number, @NonNull String countryIso, @NonNull String mnc, in EmergencyNumber()
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 132 uint32 mnc = 2; field
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1739 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() 1763 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() 1792 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma()
|
/frameworks/base/native/android/ |
D | configuration.cpp | 146 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc) { in AConfiguration_setMnc()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 1352 public void setConfiguration(int mcc, int mnc, @Nullable String locale, int orientation, in setConfiguration() 1419 private static native void nativeSetConfiguration(long ptr, int mcc, int mnc, in nativeSetConfiguration()
|
D | Configuration.java | 113 public int mnc; field in Configuration
|