Home
last modified time | relevance | path

Searched defs:countryCode (Results 1 – 15 of 15) 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.java113 String countryCode, in updateApChannelConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java127 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode()
DSoftApManager.java80 String countryCode, in SoftApManager()
DWifiNative.java440 public boolean setCountryCode(String countryCode) { in setCountryCode()
1187 public boolean setCountryCodeHal(String countryCode) { in setCountryCodeHal()
DWifiServiceImpl.java1898 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode()
DWifiVendorHal.java1585 public boolean setCountryCodeHal(String countryCode) { in setCountryCodeHal()
DWifiStateMachine.java911 BackupManagerProxy backupManagerProxy, WifiCountryCode countryCode, in WifiStateMachine()
/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/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java69 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher()
DPhoneNumberUtils.java2943 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
/frameworks/layoutlib/bridge/src/libcore/icu/
DICU_Delegate.java134 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { in getDisplayCountryNative()
/frameworks/base/location/java/android/location/
DAddress.java267 public void setCountryCode(String countryCode) { in setCountryCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java264 String countryCode = operator.substring(0,3); in handleMessage() local
/frameworks/base/core/java/android/text/style/
DTtsSpan.java1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode()