Home
last modified time | relevance | path

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

12

/packages/apps/ContactsCommon/src/com/android/contacts/common/
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/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java37 public static @NonNull String getCurrentCountryIso(@NonNull Context context) { in getCurrentCountryIso() method in Utils
70 PhoneNumberUtils.formatNumberToE164(rawNumber, getCurrentCountryIso(context)); in getE164Number()
/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/Dialer/src/com/android/dialer/list/
DBlockedListSearchFragment.java171 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in blockNumber()
238 GeoUtil.getCurrentCountryIso(getContext()), in blockContactNumber()
DBlockedListSearchAdapter.java77 final String countryIso = GeoUtil.getCurrentCountryIso(mContext); in bindView()
DDialerPhoneNumberListAdapter.java52 mCountryIso = GeoUtil.getCurrentCountryIso(context); in DialerPhoneNumberListAdapter()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DTelephonyManagerUtils.java50 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/src/com/android/dialer/filterednumber/
DViewNumbersToImportAdapter.java43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
DBlockedNumbersAdapter.java47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java203 String currentCountryIso = GeoUtil.getCurrentCountryIso(activity); in onCreate()
306 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupView()
DCallLogAsyncTaskUtil.java205 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in getPhoneCallDetailsForUri()
241 : GeoUtil.getCurrentCountryIso(context); in getPhoneCallDetailsForUri()
DCallLogNotificationsHelper.java54 String countryIso = GeoUtil.getCurrentCountryIso(context); in getInstance()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DPhoneNumberTestService.java115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactPhotoLoader.java104 new ContactInfoHelper(mContext, GeoUtil.getCurrentCountryIso(mContext)); in createLetterTileDrawable()
/packages/apps/Dialer/src/com/android/dialer/util/
DPhoneNumberUtil.java114 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription()
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailArchiveActivity.java98 new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)), in onCreate()
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
DCountryDetector.java137 public String getCurrentCountryIso() { in getCurrentCountryIso() method in CountryDetector
/packages/apps/Dialer/src/com/android/dialer/database/
DFilteredNumberProvider.java131 GeoUtil.getCurrentCountryIso(getContext())); in setDefaultValues()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java442 getCurrentCountryIso(mContext)); in getNameForCall()
471 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in MissedCallNotifierImpl
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java177 GeoUtil.getCurrentCountryIso(getContext())); in setState()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java180 String countryIso = GeoUtil.getCurrentCountryIso(mContext);
535 final String countryIso = GeoUtil.getCurrentCountryIso(mContext); in maybeBlockCall()
DCallerInfoAsyncQuery.java305 TelephonyManagerUtils.getCurrentCountryIso(mQueryContext, in onQueryComplete()
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java251 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)); in onCreate()

12