/ohos5.0/base/telephony/telephony_data/etc/ |
H A D | number_match.json | 5 "mcc": "460", string 11 "mcc": "460", string 17 "mcc": "460", string 23 "mcc": "460", string 29 "mcc": "460", string 35 "mcc": "460", string 41 "mcc": "460", string 47 "mcc": "460", string 53 "mcc": "460", string 59 "mcc": "460", string [all …]
|
H A D | pdp_profile.json | 5 "mcc": "460", string 20 "mcc": "460", string 31 "mcc": "460", string 46 "mcc": "460", string 57 "mcc": "460", string 64 "mcc": "460", string 73 "mcc": "460", string 82 "mcc": "460", string 89 "mcc": "460", string 96 "mcc": "460", string [all …]
|
H A D | ecc_data.json | 6 "mcc": "460", string 15 "mcc": "460", string 24 "mcc": "460", string 33 "mcc": "460", string 42 "mcc": "460", string 51 "mcc": "460", string 60 "mcc": "460", string 69 "mcc": "460", string 78 "mcc": "460", string 87 "mcc": "460", string [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | CellInfoUtil.java | 113 String mcc = null; in convertOperatorInfoToCellInfo() local 146 String mcc = getCellIdentityMcc(cid); in cellInfoToString() local 161 String mcc = getCellIdentityMcc(cid); in getCellIdentityMccMnc() local 173 String mcc = null; in getCellIdentityMcc() local
|
/aosp12/packages/apps/Stk/src/com/android/stk/ |
H A D | StkMenuConfig.java | 65 public int mcc; field in StkMenuConfig.Config 70 public Config(int mcc, int mnc, String label, String icon) { in Config() 133 int mcc = Integer.parseInt(operator.substring(0, 3)); in findConfig() local 170 int mcc = parser.getAttributeIntValue(null, XML_MCC_ATTR, UNSPECIFIED); in initialize() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/netstats/ |
H A D | SubInfo.java | 32 public final String mcc; field in SubInfo 39 public SubInfo(int subId, int carrierId, @NonNull String mcc, @NonNull String mnc, in SubInfo()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ImsiEncryptionInfo.java | 42 private final String mcc; field in ImsiEncryptionInfo 51 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo() 57 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | mcc_pool.cpp | 27 std::shared_ptr<MccAccess> MccPool::AccessToMcc(int mcc) in AccessToMcc() 40 std::string MccPool::MccCountryCode(int mcc) in MccCountryCode() 49 int MccPool::ShortestMncLengthFromMcc(int mcc) in ShortestMncLengthFromMcc()
|
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/src/main/proto/ |
H A D | telephony_lookup_proto_file.proto | 30 required string mcc = 1; field
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
H A D | LocaleUtils.java | 47 public static Locale getLocaleFromMcc(Context context, int mcc, String simLanguage) { in getLocaleFromMcc() 157 public static String defaultLanguageForMcc(int mcc) { in defaultLanguageForMcc()
|
/aosp12/frameworks/base/core/java/android/timezone/ |
H A D | TelephonyNetworkFinder.java | 44 public TelephonyNetwork findNetworkByMccMnc(@NonNull String mcc, @NonNull String mnc) { in findNetworkByMccMnc()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _current_cell_info__1__1_v11.md | 29 ### mcc subsection
|
H A D | _current_cell_info_v10.md | 29 ### mcc subsection
|
H A D | _current_cell_info_v11.md | 29 ### mcc subsection
|
H A D | _emergency_call_v10.md | 80 ### mcc subsection
|
H A D | _emergency_call_v11.md | 80 ### mcc subsection
|
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/src/main/java/com/android/libcore/timezone/telephonylookup/ |
H A D | TelephonyLookupXmlFile.java | 119 private final String mcc; field in TelephonyLookupXmlFile.Network 123 Network(String mcc, String mnc, String countryIsoCode) { in Network()
|
H A D | TelephonyLookupGenerator.java | 114 String mcc = networkIn.getMcc(); in validateNetworks() local 167 String mcc = networkIn.getMcc(); in createOutputTelephonyLookup() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 221 std::string mcc; member 242 uint32_t mcc = MCC_UNDEFINED; member
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/ |
H A D | lpfence_neighbor_cell.md | 31 ### mcc subsection
|
H A D | _cell_trajectory_data.md | 52 ### mcc subsection
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril_mcc.h | 36 static inline std::string decode(int mcc) { in decode()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
H A D | NetworkSelectSettingsTest.java | 182 private CellInfoLte createLteCellInfo(boolean registered, int cellId, String mcc, String mnc, in createLteCellInfo() 198 private CellInfoGsm createGsmCellInfo(boolean registered, int cellId, String mcc, String mnc, in createGsmCellInfo()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/mcccountrycode_fuzzer/ |
H A D | mcccountrycode_fuzzer.cpp | 34 int mcc = static_cast<int>(*data % THOUSAND) + MCC_GR; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/ |
H A D | _a_gnss_ref_cell_id.md | 57 ### mcc subsection
|