Searched defs:countryCode (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/compat/
H A DPhoneNumberFormattingTextWatcherCompat.java21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { argument
23 return new PhoneNumberFormattingTextWatcher(countryCode);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneNumberFormatter.java40 String countryCode, TextView textView, boolean formatAfterWatcherSet) {
41 mCountryCode = countryCode;
39 TextWatcherLoadAsyncTask( String countryCode, TextView textView, boolean formatAfterWatcherSet) argument
/packages/apps/Dialer/java/com/android/dialer/smartdial/
H A DSmartDialPrefix.java232 String countryCode = "";
244 countryCode = number.substring(1, i);
245 if (isValidCountryCode(countryCode)) {
258 countryCode = "1";
269 if (countryCode.equals("") && normalizedNumber.length() == 10) {
275 } else if (countryCode.equals("1") && normalizedNumber.length() == 11) {
289 return new PhoneNumberTokens(countryCode, countryCodeOffset, nanpNumberOffset);
293 private static boolean isValidCountryCode(String countryCode) { argument
297 return sCountryCodes.contains(countryCode);
591 final String countryCode; field in class:SmartDialPrefix.PhoneNumberTokens
599 PhoneNumberTokens(String countryCode, int countryCodeOffset, int nanpCodeOffset) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DSimCard.java72 CharSequence displayName, String phoneNumber, String countryCode) {
78 mCountryCode = countryCode != null ? countryCode.toUpperCase(Locale.US) : null;
82 CharSequence displayName, String phoneNumber, String countryCode) {
83 this(simId, NO_SUBSCRIPTION_ID, carrierName, displayName, phoneNumber, countryCode);
71 SimCard(String simId, int subscriptionId, CharSequence carrierName, CharSequence displayName, String phoneNumber, String countryCode) argument
81 SimCard(String simId, CharSequence carrierName, CharSequence displayName, String phoneNumber, String countryCode) argument
/packages/apps/Settings/src/com/android/settings/overlay/
H A DSupportFeatureProvider.java67 boolean isAlwaysOperating(@SupportType int type, String countryCode); argument
83 CharSequence getOperationHours(Context context, @SupportType int type, String countryCode, argument
104 SupportPhone getSupportPhones(String countryCode, boolean isTollfree); argument
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 524 milliseconds