/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
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/ContactsCommon/src/com/android/contacts/common/util/ |
TelephonyManagerUtils.java | 50 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/src/com/android/dialer/filterednumber/ |
ViewNumbersToImportAdapter.java | 43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
|
BlockedNumbersAdapter.java | 47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
BlockedListSearchAdapter.java | 77 final String countryIso = GeoUtil.getCurrentCountryIso(mContext);
|
BlockedListSearchFragment.java | 171 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); 238 GeoUtil.getCurrentCountryIso(getContext()),
|
DialerPhoneNumberListAdapter.java | 52 mCountryIso = GeoUtil.getCurrentCountryIso(context);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfo.java | 590 String countryIso = getCurrentCountryIso(context, locale); 614 private static String getCurrentCountryIso(Context context, Locale locale) { 634 protected static String getCurrentCountryIso(Context context) { 635 return getCurrentCountryIso(context, Locale.getDefault());
|
CallerInfoAsyncQuery.java | 322 CallerInfo.getCurrentCountryIso(mContext));
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
PhoneNumberTestService.java | 115 return GeoUtil.getCurrentCountryIso(getApplicationContext());
|
/packages/apps/Dialer/src/com/android/dialer/contactinfo/ |
ContactPhotoLoader.java | 104 new ContactInfoHelper(mContext, GeoUtil.getCurrentCountryIso(mContext));
|
/frameworks/base/core/java/android/provider/ |
CallLog.java | [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/ |
CountryDetector.java | 137 public String getCurrentCountryIso() {
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
PhoneNumberUtil.java | 114 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale);
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailArchiveActivity.java | 98 new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)),
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogAsyncTaskUtil.java | 205 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); 241 : GeoUtil.getCurrentCountryIso(context);
|
CallLogFragment.java | 203 String currentCountryIso = GeoUtil.getCurrentCountryIso(activity); 306 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
|
CallLogNotificationsHelper.java | 54 String countryIso = GeoUtil.getCurrentCountryIso(context);
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
FilteredNumberProvider.java | 131 GeoUtil.getCurrentCountryIso(getContext()));
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
MissedCallNotifierImpl.java | 449 getCurrentCountryIso(mContext)); 478 private String getCurrentCountryIso(Context context) {
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactReadOnlyEditorView.java | 177 GeoUtil.getCurrentCountryIso(getContext()));
|