Searched refs:getCurrentCountryIso (Results 1 - 21 of 21) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DGeoUtil.java39 public static String getCurrentCountryIso(Context context) { method in class:GeoUtil
59 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context));
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DPhoneNumberFormatter.java70 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), textView)
/packages/apps/Mms/src/com/android/mms/util/
H A DPhoneNumberFormatter.java70 new TextWatcherLoadAsyncTask(MmsApp.getApplication().getCurrentCountryIso(), textView)
H A DAddressUtils.java79 String currentCountry = MmsApp.getApplication().getCurrentCountryIso().toUpperCase();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDefaultCallLogInsertionHelper.java66 String countryIso = getCurrentCountryIso();
79 private String getCurrentCountryIso() { method in class:DefaultCallLogInsertionHelper
H A DDataRowHandlerForPhoneNumber.java95 mDbHelper.getCurrentCountryIso());
174 number, mDbHelper.getCurrentCountryIso());
H A DContactsProvider2.java6162 mDbHelper.get().getCurrentCountryIso());
7022 mDbHelper.get().getCurrentCountryIso());
H A DContactsDatabaseHelper.java5598 public String getCurrentCountryIso() { method in class:ContactsDatabaseHelper
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java537 String countryIso = getCurrentCountryIso(context, locale);
562 private static String getCurrentCountryIso(Context context, Locale locale) { method in class:CallerInfo
582 protected static String getCurrentCountryIso(Context context) { method in class:CallerInfo
583 return getCurrentCountryIso(context, Locale.getDefault());
H A DCallerInfoAsyncQuery.java273 CallerInfo.getCurrentCountryIso(mQueryContext));
/packages/apps/Dialer/src/com/android/dialer/list/
H A DDialerPhoneNumberListAdapter.java39 mCountryIso = GeoUtil.getCurrentCountryIso(context);
H A DPhoneFavoriteFragment.java255 final String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
/packages/apps/Mms/src/com/android/mms/
H A DMmsApp.java174 public String getCurrentCountryIso() { method in class:MmsApp
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogFragment.java231 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java216 MmsApp.getApplication().getCurrentCountryIso());
238 MmsApp.getApplication().getCurrentCountryIso());
852 number, MmsApp.getApplication().getCurrentCountryIso());
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java210 GeoUtil.getCurrentCountryIso(getContext()));
/packages/apps/Dialer/src/com/android/dialer/
H A DCallDetailActivity.java319 mDefaultCountryIso = GeoUtil.getCurrentCountryIso(this);
322 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this));
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListItem.java113 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso();
125 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso();
H A DComposeMessageActivity.java1755 MmsApp.getApplication().getCurrentCountryIso());
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java825 final String countryIso = GeoUtil.getCurrentCountryIso(getContext());
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java349 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());

Completed in 398 milliseconds