Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java109 public int countryCode; field in SmsNumberUtils.NumberEntry
200 int countryCode = numberEntry.countryCode; in formatNumber() local
380 int countryCode = -1; in checkInternationalNumberPlan() local
428 int countryCode = -1; in getCountryCode() local
473 int countryCode = cursor.getInt(0); in getAllCountryCodes() local
492 int countryCode = numberEntry.countryCode; in inExceptionListForNpCcAreaLocal() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java116 String countryCode, in updateApChannelConfig()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberRange.java71 public PhoneNumberRange(@NonNull String countryCode, @NonNull String prefix, in PhoneNumberRange()
DPhoneNumberFormattingTextWatcher.java71 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher()
DPhoneNumberUtils.java3027 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java120 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode()
DSoftApManager.java125 String countryCode, in SoftApManager()
DWifiNative.java1806 public boolean setCountryCode(@NonNull String ifaceName, String countryCode) { in setCountryCode()
2699 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal()
DWifiServiceImpl.java2378 public void setCountryCode(String countryCode) { in setCountryCode()
DWifiVendorHal.java1435 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal()
DClientModeImpl.java771 BackupManagerProxy backupManagerProxy, WifiCountryCode countryCode, in ClientModeImpl()
/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.java134 /*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.java126 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager()
1065 SoftApModeConfiguration softApConfig, String countryCode) throws Exception { in startSoftApAndVerifyEnabled()
/frameworks/base/core/java/android/util/
DTimeUtils.java92 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.java644 String countryCode = operator.substring(0, 3); in setExternalState() local