/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A 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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/location/ |
H A D | GeoUtil.java | 31 public static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in GeoUtil 34 String countryIso = CountryDetector.getInstance(context).getCurrentCountryIso(); in getCurrentCountryIso()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | DefaultCallLogInsertionHelper.java | 68 String countryIso = getCurrentCountryIso(); in addComputedValues() 90 private String getCurrentCountryIso() { in getCurrentCountryIso() method in DefaultCallLogInsertionHelper
|
H A D | DataRowHandlerForPhoneNumber.java | 95 mDbHelper.getCurrentCountryIso()); in fillNormalizedNumber() 174 number, mDbHelper.getCurrentCountryIso()); in appendSearchableData()
|
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
H A 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()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfo.java | 688 String countryIso = getCurrentCountryIso(context, locale); in getGeoDescription() 713 private static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in CallerInfo 734 protected static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in CallerInfo 735 return getCurrentCountryIso(context, Locale.getDefault()); in getCurrentCountryIso()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | Utils.java | 31 static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in Utils
|
H A D | SmsQueryHelper.java | 56 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in SmsQueryHelper()
|
H A D | MmsQueryHelper.java | 61 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in MmsQueryHelper()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | TelephonyManagerUtils.java | 48 public static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelephonyManagerUtils
|
H A D | PhoneNumberFormatter.java | 85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), in setPhoneNumberFormattingTextWatcher()
|
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
H A D | TelecomUtils.java | 146 private static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelecomUtils 155 private static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in TelecomUtils 156 return getCurrentCountryIso(context, Locale.getDefault()); in getCurrentCountryIso() 178 return PhoneNumberUtil.getInstance().parse(number, getCurrentCountryIso(context)); in createI18nPhoneNumber()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
H A D | ViewNumbersToImportAdapter.java | 44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
|
H A D | BlockedNumbersAdapter.java | 48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/location/ |
H A D | CountryDetector.java | 80 public String getCurrentCountryIso() { in getCurrentCountryIso() method in CountryDetector
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/telecom/ |
H A D | TelecomCallUtil.java | 110 PhoneNumberUtils.formatNumberToE164(rawNumber, GeoUtil.getCurrentCountryIso(appContext))); in getValidE164Number()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
H A D | PhoneLookup.java | 66 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
H A D | SuggestionViewHolder.java | 61 GeoUtil.getCurrentCountryIso(context)); in bind()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
H A D | PhoneNumberTestService.java | 115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
H A D | DisconnectedCallNotifier.java | 259 getCurrentCountryIso(mContext)); in getNameForCallNotification() 289 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in DisconnectedCallNotifier
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
H A D | ContactPhotoLoader.java | 118 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in createLetterTileDrawable()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/ |
H A D | SpamCallListListener.java | 184 call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in onDisconnect() 269 context, call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in getDisplayNumber()
|
H A D | SpamNotificationActivity.java | 132 PhoneNumberHelper.formatNumber(context, number, GeoUtil.getCurrentCountryIso(context)); in getFormattedNumber() 340 return GeoUtil.getCurrentCountryIso(this); in getCountryIso()
|
H A D | SpamNotificationService.java | 102 String countryIso = GeoUtil.getCurrentCountryIso(this); in onStartCommand()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/ |
H A D | CequintPhoneLookup.java | 70 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
|