/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
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()
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
D | Utils.java | 37 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/ |
D | DefaultCallLogInsertionHelper.java | 68 String countryIso = getCurrentCountryIso(); in addComputedValues() 90 private String getCurrentCountryIso() { in getCurrentCountryIso() method in DefaultCallLogInsertionHelper
|
D | DataRowHandlerForPhoneNumber.java | 95 mDbHelper.getCurrentCountryIso()); in fillNormalizedNumber() 174 number, mDbHelper.getCurrentCountryIso()); in appendSearchableData()
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | BlockedListSearchFragment.java | 171 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in blockNumber() 238 GeoUtil.getCurrentCountryIso(getContext()), in blockContactNumber()
|
D | BlockedListSearchAdapter.java | 77 final String countryIso = GeoUtil.getCurrentCountryIso(mContext); in bindView()
|
D | DialerPhoneNumberListAdapter.java | 52 mCountryIso = GeoUtil.getCurrentCountryIso(context); in DialerPhoneNumberListAdapter()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | TelephonyManagerUtils.java | 50 public static String getCurrentCountryIso(Context context, Locale locale) { in getCurrentCountryIso() method in TelephonyManagerUtils
|
D | PhoneNumberFormatter.java | 85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), in setPhoneNumberFormattingTextWatcher()
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
D | ViewNumbersToImportAdapter.java | 43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
|
D | BlockedNumbersAdapter.java | 47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogFragment.java | 203 String currentCountryIso = GeoUtil.getCurrentCountryIso(activity); in onCreate() 306 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupView()
|
D | CallLogAsyncTaskUtil.java | 205 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in getPhoneCallDetailsForUri() 241 : GeoUtil.getCurrentCountryIso(context); in getPhoneCallDetailsForUri()
|
D | CallLogNotificationsHelper.java | 54 String countryIso = GeoUtil.getCurrentCountryIso(context); in getInstance()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | PhoneNumberTestService.java | 115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
|
/packages/apps/Dialer/src/com/android/dialer/contactinfo/ |
D | ContactPhotoLoader.java | 104 new ContactInfoHelper(mContext, GeoUtil.getCurrentCountryIso(mContext)); in createLetterTileDrawable()
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
D | PhoneNumberUtil.java | 114 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription()
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
D | VoicemailArchiveActivity.java | 98 new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)), in onCreate()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/ |
D | CountryDetector.java | 137 public String getCurrentCountryIso() { in getCurrentCountryIso() method in CountryDetector
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
D | FilteredNumberProvider.java | 131 GeoUtil.getCurrentCountryIso(getContext())); in setDefaultValues()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 442 getCurrentCountryIso(mContext)); in getNameForCall() 471 private String getCurrentCountryIso(Context context) { in getCurrentCountryIso() method in MissedCallNotifierImpl
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | RawContactReadOnlyEditorView.java | 177 GeoUtil.getCurrentCountryIso(getContext())); in setState()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | InCallPresenter.java | 180 String countryIso = GeoUtil.getCurrentCountryIso(mContext); 535 final String countryIso = GeoUtil.getCurrentCountryIso(mContext); in maybeBlockCall()
|
D | CallerInfoAsyncQuery.java | 305 TelephonyManagerUtils.getCurrentCountryIso(mQueryContext, in onQueryComplete()
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | CallDetailActivity.java | 251 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)); in onCreate()
|