Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialPrefix.java108 final String countryCode; field in SmartDialPrefix.PhoneNumberTokens
116 public PhoneNumberTokens(String countryCode, int countryCodeOffset, int nanpCodeOffset) { in PhoneNumberTokens()
261 String countryCode = ""; in parsePhoneNumber() local
321 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode()
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
DPhoneNumberFormattingTextWatcherCompat.java21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance()
/packages/apps/Settings/src/com/android/settings/overlay/
DSupportFeatureProvider.java63 boolean isAlwaysOperating(@SupportType int type, String countryCode); in isAlwaysOperating()
79 CharSequence getOperationHours(Context context, @SupportType int type, String countryCode, in getOperationHours()
100 SupportPhone getSupportPhones(String countryCode, boolean isTollfree); in getSupportPhones()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DPhoneNumberFormatter.java40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java193 String countryCode = addr1CountryCode; in computeAddress() local
245 String countryCode = addr1CountryCode; in computeAddress() local
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiApDialog.java137 String countryCode = mWifiManager.getCountryCode(); in onCreate() local