/packages/apps/Contacts/src/com/android/contacts/ |
D | GeoUtil.java | 43 public static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in GeoUtil 45 return CountryDetector.getInstance(context).getCurrentCountryIso(); in getCurrentCountryIso() 53 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context)); in getGeocodedLocationFor()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | TelecomUtils.java | 123 String countryIso = getCurrentCountryIso(context); in getFormattedNumber() 140 private static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelecomUtils 164 private static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in TelecomUtils 165 return getCurrentCountryIso(context, Locale.getDefault()); in getCurrentCountryIso() 175 return PhoneNumberUtil.getInstance().parse(number, getCurrentCountryIso(context)); in createI18nPhoneNumber()
|
/packages/apps/Dialer/java/com/android/dialer/location/ |
D | GeoUtil.java | 31 public static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in GeoUtil 34 String countryIso = CountryDetector.getInstance(context).getCurrentCountryIso(); in getCurrentCountryIso()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DefaultCallLogInsertionHelper.java | 68 String countryIso = getCurrentCountryIso(); in addComputedValues() 90 private String getCurrentCountryIso() { in getCurrentCountryIso() method in DefaultCallLogInsertionHelper
|
D | DataRowHandlerForPhoneNumber.java | 95 mDbHelper.getCurrentCountryIso()); in fillNormalizedNumber() 174 number, mDbHelper.getCurrentCountryIso()); in appendSearchableData()
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
D | Utils.java | 49 public static @NonNull String getCurrentCountryIso(@NonNull Context context) { in getCurrentCountryIso() method in Utils 82 PhoneNumberUtils.formatNumberToE164(rawNumber, getCurrentCountryIso(context)); in getE164Number()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | DisconnectedCallNotifier.java | 259 getCurrentCountryIso(mContext)); in getNameForCallNotification() 289 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in DisconnectedCallNotifier
|
D | MissedCallNotifierImpl.java | 419 getCurrentCountryIso(mContext)); in getNameForMissedCallNotification() 448 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in MissedCallNotifierImpl
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | TelephonyManagerUtils.java | 48 public static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelephonyManagerUtils
|
D | PhoneNumberFormatter.java | 85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), in setPhoneNumberFormattingTextWatcher()
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamCallListListener.java | 184 call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in onDisconnect() 269 context, call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in getDisplayNumber()
|
D | SpamNotificationActivity.java | 132 PhoneNumberHelper.formatNumber(context, number, GeoUtil.getCurrentCountryIso(context)); in getFormattedNumber() 340 return GeoUtil.getCurrentCountryIso(this); in getCountryIso()
|
D | SpamNotificationService.java | 102 String countryIso = GeoUtil.getCurrentCountryIso(this); in onStartCommand()
|
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
D | ViewNumbersToImportAdapter.java | 44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
|
D | BlockedNumbersAdapter.java | 48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
|
/packages/apps/Contacts/src/com/android/contacts/location/ |
D | CountryDetector.java | 80 public String getCurrentCountryIso() { in getCurrentCountryIso() method in CountryDetector
|
/packages/apps/Dialer/java/com/android/dialer/telecom/ |
D | TelecomCallUtil.java | 110 PhoneNumberUtils.formatNumberToE164(rawNumber, GeoUtil.getCurrentCountryIso(appContext))); in getValidE164Number()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | PhoneLookup.java | 66 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DialpadFragment.java | 416 initPhoneNumberFormattingTextWatcherExecutor.executeSerial(getCurrentCountryIso()); in onCreateView() 540 private String getCurrentCountryIso() { in getCurrentCountryIso() method in DialpadFragment 545 return GeoUtil.getCurrentCountryIso(getActivity()); in getCurrentCountryIso() 692 final String formatted = getFormattedDigits(data, normalizedNumber, getCurrentCountryIso()); in setFormattedDigits()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallForwardEditPreference.java | 212 getCurrentCountryIso()) == null)) { in handleCallForwardResult() 283 private String getCurrentCountryIso() { in getCurrentCountryIso() method in CallForwardEditPreference
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
D | SuggestionViewHolder.java | 61 GeoUtil.getCurrentCountryIso(context)); in bind()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | PhoneNumberTestService.java | 115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
|
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactPhotoLoader.java | 118 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in createLetterTileDrawable()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/ |
D | CequintPhoneLookup.java | 70 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | LegacyVoicemailNotifier.java | 156 context, voicemailNumber, GeoUtil.getCurrentCountryIso(context))); in getNotificationText()
|