Home
last modified time | relevance | path

Searched defs:countryCode (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java113 public int countryCode; field in SmsNumberUtils.NumberEntry
205 int countryCode = numberEntry.countryCode; in formatNumber() local
414 int countryCode = -1; in checkInternationalNumberPlan() local
462 int countryCode = -1; in getCountryCode() local
507 int countryCode = cursor.getInt(0); in getAllCountryCodes() local
526 int countryCode = numberEntry.countryCode; in inExceptionListForNpCcAreaLocal() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java106 synchronized void enableForceCountryCode(String countryCode) { in enableForceCountryCode()
139 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode()
DWifiShellCommand.java224 String countryCode = getNextArgRequired(); in onCommand() local
DSoftApManager.java132 String countryCode, in SoftApManager()
DWifiNative.java1807 public boolean setCountryCode(@NonNull String ifaceName, String countryCode) { in setCountryCode()
2700 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal()
DWifiServiceImpl.java2420 public void setCountryCode(String countryCode) { in setCountryCode()
DWifiVendorHal.java1435 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal()
DClientModeImpl.java784 BackupManagerProxy backupManagerProxy, WifiCountryCode countryCode, in ClientModeImpl()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java116 String countryCode, in updateApChannelConfig()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberRange.java72 public PhoneNumberRange(@NonNull String countryCode, @NonNull String prefix, in PhoneNumberRange()
DPhoneNumberFormattingTextWatcher.java70 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher()
DPhoneNumberUtils.java3035 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneData.java386 final String countryCode = fields[0]; in loadTzsInZoneTab() local
482 private String getCountryNames(String lang, String countryCode) { in getCountryNames()
/frameworks/layoutlib/bridge/src/libcore/icu/
DICU_Delegate.java135 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { in getDisplayCountryNative()
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DResponderLocationTest.java495 String countryCode = responderLocation.getCivicLocationCountryCode(); in testLcrTestCivicLocationAddress() local
/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocation.java72 public CivicLocation(@Nullable byte[] civicTLVs, @Nullable String countryCode) { in CivicLocation()
/frameworks/base/location/java/android/location/
DAddress.java267 public void setCountryCode(String countryCode) { in setCountryCode()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java154 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager()
1122 SoftApModeConfiguration softApConfig, String countryCode) throws Exception { in startSoftApAndVerifyEnabled()
/frameworks/base/core/java/android/util/
DTimeUtils.java98 public static @Nullable List<String> getTimeZoneIdsForCountryCode(@NonNull String countryCode) { in getTimeZoneIdsForCountryCode()
/frameworks/base/core/java/android/text/style/
DTtsSpan.java1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java702 String countryCode = operator.substring(0, 3); in setExternalState() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java217 String countryCode = null; in geoCountryCodeForMccMnc() local