Home
last modified time | relevance | path

Searched refs:getCurrentCountryIso (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DGeoUtil.java43 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 DGeoUtil.java31 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 DDefaultCallLogInsertionHelper.java68 String countryIso = getCurrentCountryIso(); in addComputedValues()
90 private String getCurrentCountryIso() { in getCurrentCountryIso() method in DefaultCallLogInsertionHelper
H A DDataRowHandlerForPhoneNumber.java95 mDbHelper.getCurrentCountryIso()); in fillNormalizedNumber()
174 number, mDbHelper.getCurrentCountryIso()); in appendSearchableData()
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DUtils.java49 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 DCallerInfo.java688 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 DUtils.java31 static String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in Utils
H A DSmsQueryHelper.java56 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in SmsQueryHelper()
H A DMmsQueryHelper.java61 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in MmsQueryHelper()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DTelephonyManagerUtils.java48 public static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelephonyManagerUtils
H A DPhoneNumberFormatter.java85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), in setPhoneNumberFormattingTextWatcher()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DTelecomUtils.java146 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 DViewNumbersToImportAdapter.java44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
H A DBlockedNumbersAdapter.java48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
/aosp12/packages/apps/Contacts/src/com/android/contacts/location/
H A DCountryDetector.java80 public String getCurrentCountryIso() { in getCurrentCountryIso() method in CountryDetector
/aosp12/packages/apps/Dialer/java/com/android/dialer/telecom/
H A DTelecomCallUtil.java110 PhoneNumberUtils.formatNumberToE164(rawNumber, GeoUtil.getCurrentCountryIso(appContext))); in getValidE164Number()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/
H A DPhoneLookup.java66 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DSuggestionViewHolder.java61 GeoUtil.getCurrentCountryIso(context)); in bind()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DPhoneNumberTestService.java115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DDisconnectedCallNotifier.java259 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 DContactPhotoLoader.java118 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in createLetterTileDrawable()
/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamCallListListener.java184 call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in onDisconnect()
269 context, call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in getDisplayNumber()
H A DSpamNotificationActivity.java132 PhoneNumberHelper.formatNumber(context, number, GeoUtil.getCurrentCountryIso(context)); in getFormattedNumber()
340 return GeoUtil.getCurrentCountryIso(this); in getCountryIso()
H A DSpamNotificationService.java102 String countryIso = GeoUtil.getCurrentCountryIso(this); in onStartCommand()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
H A DCequintPhoneLookup.java70 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()

12