HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentCountryIso (Results 1 - 25 of 44) sorted by null

1 2

  /packages/apps/Dialer/java/com/android/dialer/location/
GeoUtil.java 30 public static String getCurrentCountryIso(Context context) {
32 return CountryDetector.getInstance(context).getCurrentCountryIso();
40 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context));
CountryDetector.java 137 public String getCurrentCountryIso() {
  /packages/apps/Contacts/src/com/android/contacts/
GeoUtil.java 43 public static String getCurrentCountryIso(Context context) {
45 return CountryDetector.getInstance(context).getCurrentCountryIso();
53 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context));
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
Utils.java 37 public static @NonNull String getCurrentCountryIso(@NonNull Context context) {
70 PhoneNumberUtils.formatNumberToE164(rawNumber, getCurrentCountryIso(context));
  /packages/apps/Contacts/src/com/android/contacts/util/
TelephonyManagerUtils.java 48 public static String getCurrentCountryIso(Context context, Locale locale) {
PhoneNumberFormatter.java 85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context),
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 68 String countryIso = getCurrentCountryIso();
90 private String getCurrentCountryIso() {
DataRowHandlerForPhoneNumber.java 95 mDbHelper.getCurrentCountryIso());
174 number, mDbHelper.getCurrentCountryIso());
  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
ViewNumbersToImportAdapter.java 43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
BlockedNumbersAdapter.java 47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
  /packages/apps/Contacts/src/com/android/contacts/location/
CountryDetector.java 80 public String getCurrentCountryIso() {
  /packages/apps/Dialer/java/com/android/dialer/app/list/
BlockedListSearchAdapter.java 72 final String countryIso = GeoUtil.getCurrentCountryIso(mContext);
BlockedListSearchFragment.java 166 final String countryIso = GeoUtil.getCurrentCountryIso(getContext());
241 GeoUtil.getCurrentCountryIso(getContext()),
DialerPhoneNumberListAdapter.java 61 mCountryIso = GeoUtil.getCurrentCountryIso(context);
  /packages/apps/Dialer/java/com/android/dialer/phonenumberutil/
PhoneNumberHelper.java 112 String countryIso = getCurrentCountryIso(context, locale);
142 public static String getCurrentCountryIso(Context context, Locale locale) {
152 "PhoneNumberHelper.getCurrentCountryIso",
171 number, PhoneNumberHelper.getCurrentCountryIso(context, Locale.getDefault()));
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 590 String countryIso = getCurrentCountryIso(context, locale);
615 private static String getCurrentCountryIso(Context context, Locale locale) {
635 protected static String getCurrentCountryIso(Context context) {
636 return getCurrentCountryIso(context, Locale.getDefault());
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 115 return GeoUtil.getCurrentCountryIso(getApplicationContext());
  /frameworks/base/core/java/android/provider/
CallLog.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamCallListListener.java 80 new NumberInCallHistoryTask(context, listener, number, GeoUtil.getCurrentCountryIso(context))
109 call.getNumber(), GeoUtil.getCurrentCountryIso(context));
192 PhoneNumberUtils.formatNumber(call.getNumber(), GeoUtil.getCurrentCountryIso(context));
SpamNotificationService.java 84 String countryIso = GeoUtil.getCurrentCountryIso(this);
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactPhotoLoader.java 118 new ContactInfoHelper(mContext, GeoUtil.getCurrentCountryIso(mContext));
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 157 getCurrentCountryIso()) == null)) {
193 private String getCurrentCountryIso() {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 75 GeoUtil.getCurrentCountryIso(context));
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberProvider.java 111 values.put(FilteredNumberColumns.COUNTRY_ISO, GeoUtil.getCurrentCountryIso(getContext()));
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 418 getCurrentCountryIso(mContext));
447 private String getCurrentCountryIso(Context context) {

Completed in 803 milliseconds

1 2