Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/src/com/android/contacts/
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()
/packages/apps/Dialer/java/com/android/dialer/location/
DGeoUtil.java31 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/
DDefaultCallLogInsertionHelper.java68 String countryIso = getCurrentCountryIso(); in addComputedValues()
90 private String getCurrentCountryIso() { in getCurrentCountryIso() method in DefaultCallLogInsertionHelper
DDataRowHandlerForPhoneNumber.java95 mDbHelper.getCurrentCountryIso()); in fillNormalizedNumber()
174 number, mDbHelper.getCurrentCountryIso()); in appendSearchableData()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java140 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()
187 return PhoneNumberUtil.getInstance().parse(number, getCurrentCountryIso(context)); in createI18nPhoneNumber()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java49 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/
DDisconnectedCallNotifier.java259 getCurrentCountryIso(mContext)); in getNameForCallNotification()
289 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in DisconnectedCallNotifier
DMissedCallNotifierImpl.java419 getCurrentCountryIso(mContext)); in getNameForMissedCallNotification()
448 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in MissedCallNotifierImpl
/packages/apps/Contacts/src/com/android/contacts/util/
DTelephonyManagerUtils.java48 public static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelephonyManagerUtils
DPhoneNumberFormatter.java85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), in setPhoneNumberFormattingTextWatcher()
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java184 call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in onDisconnect()
269 context, call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in getDisplayNumber()
DSpamNotificationActivity.java132 PhoneNumberHelper.formatNumber(context, number, GeoUtil.getCurrentCountryIso(context)); in getFormattedNumber()
340 return GeoUtil.getCurrentCountryIso(this); in getCountryIso()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DViewNumbersToImportAdapter.java44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
DBlockedNumbersAdapter.java48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
/packages/apps/Contacts/src/com/android/contacts/location/
DCountryDetector.java80 public String getCurrentCountryIso() { in getCurrentCountryIso() method in CountryDetector
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomCallUtil.java110 PhoneNumberUtils.formatNumberToE164(rawNumber, GeoUtil.getCurrentCountryIso(appContext))); in getValidE164Number()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
DPhoneLookup.java66 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java416 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/apps/Dialer/java/com/android/dialer/speeddial/
DSuggestionViewHolder.java61 GeoUtil.getCurrentCountryIso(context)); in bind()
/packages/services/Telephony/src/com/android/phone/
DCallForwardEditPreference.java192 getCurrentCountryIso()) == null)) { in handleCallForwardResult()
262 private String getCurrentCountryIso() { in getCurrentCountryIso() method in CallForwardEditPreference
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DPhoneNumberTestService.java115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactPhotoLoader.java118 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in createLetterTileDrawable()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
DCequintPhoneLookup.java70 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java156 context, voicemailNumber, GeoUtil.getCurrentCountryIso(context))); in getNotificationText()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberProvider.java112 values.put(FilteredNumberColumns.COUNTRY_ISO, GeoUtil.getCurrentCountryIso(getContext())); in setDefaultValues()

12