Home
last modified time | relevance | path

Searched defs:mcc (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DImsiEncryptionInfo.java40 private final String mcc; 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()
DCellIdentityTdscdma.java58 public CellIdentityTdscdma(int mcc, int mnc, int lac, int cid, int cpid) { in CellIdentityTdscdma()
72 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid) { in CellIdentityTdscdma()
90 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid, in CellIdentityTdscdma()
DCellIdentityWcdma.java61 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { in CellIdentityWcdma()
77 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { in CellIdentityWcdma()
DCellIdentityGsm.java60 public CellIdentityGsm(int mcc, int mnc, int lac, int cid) { in CellIdentityGsm()
76 public CellIdentityGsm(int mcc, int mnc, int lac, int cid, int arfcn, int bsic) { in CellIdentityGsm()
DCellIdentityLte.java65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte()
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte()
DSubscriptionInfo.java142 Bitmap icon, int mcc, int mnc, String countryIso) { in SubscriptionInfo()
153 Bitmap icon, int mcc, int mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo()
164 Bitmap icon, int mcc, int mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo()
DCellIdentity.java98 protected CellIdentity(String tag, int type, String mcc, String mnc, String alphal, in CellIdentity()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java226 int mcc = info.getMcc(); in handleUpdateSimSubscriptionInfo() local
277 int mcc = 0; in handleUpdateCellInfo() local
318 private boolean mccRequiresEmergencyAffordance(int mcc) { in mccRequiresEmergencyAffordance()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java61 String mcc = ""; in getCarrierInfoForImsiEncryption() local
212 String mcc = ""; in deleteCarrierInfoForImsiEncryption() local
DLocaleTracker.java186 String mcc = null; in getMccFromCellInfo() local
370 String mcc = null; in updateLocale() local
DHbpcdUtils.java137 public String getIddByMcc(int mcc) { in getIddByMcc()
DCarrierKeyDownloadManager.java424 String mcc = ""; in parseJsonAndPersistKey() local
509 String mcc = ""; in downloadKey() local
568 String mcc, String mnc) { in savePublicKey()
DMccTable.java74 private static MccEntry entryForMcc(int mcc) { in entryForMcc()
91 public static String defaultTimeZoneForMcc(int mcc) { in defaultTimeZoneForMcc()
105 public static String countryCodeForMcc(int mcc) { in countryCodeForMcc()
120 public static String defaultLanguageForMcc(int mcc) { in defaultLanguageForMcc()
147 public static int smallestDigitsMccForMnc(int mcc) { in smallestDigitsMccForMnc()
177 int mcc, mnc; in updateMccMncConfiguration() local
360 private static void setTimezoneFromMccIfNeeded(Context context, int mcc) { in setTimezoneFromMccIfNeeded()
380 public static Locale getLocaleFromMcc(Context context, int mcc, String simLanguage) { in getLocaleFromMcc()
406 private static void setWifiCountryCodeFromMcc(Context context, int mcc) { in setWifiCountryCodeFromMcc()
DSmsNumberUtils.java241 private static ArrayList<String> getAllIDDs(Context context, String mcc) { in getAllIDDs()
DSubscriptionController.java293 int mcc = cursor.getInt(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DCellularNetwork.java155 int mcc = ((plmn[0] << 8) & 0xF00) | (plmn[0] & 0x0F0) | (plmn[1] & 0x00F); in parsePlmn() local
/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp31 jfieldID mcc; member
/frameworks/base/core/proto/android/content/
Dconfiguration.proto34 optional uint32 mcc = 2; field
/frameworks/base/core/java/android/service/carrier/
DCarrierIdentifier.java53 public CarrierIdentifier(String mcc, String mnc, @Nullable String spn, @Nullable String imsi, in CarrierIdentifier()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccRulesAuthTable.java117 public static boolean match(String mccRule, String mcc) { in match()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java701 int mcc = Integer.parseInt(imsi.substring(0, 3)); in handleMessage() local
912 int mcc = Integer.parseInt(imsi.substring(0, 3)); in handleMessage() local
972 int mcc = Integer.parseInt(imsi.substring(0, 3)); in handleMessage() local
/frameworks/base/tools/aapt2/
DConfiguration.proto129 uint32 mcc = 1; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1494 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE()
1525 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM()
1554 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java205 String mcc; in buildIdentity() local
/frameworks/base/native/android/
Dconfiguration.cpp142 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc) { in AConfiguration_setMcc()

12