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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneNumberFormatter.java70 new TextWatcherLoadAsyncTask(ContactsUtils.getCurrentCountryIso(context), textView)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDefaultCallLogInsertionHelper.java61 String countryIso = getCurrentCountryIso();
68 private String getCurrentCountryIso() { method in class:DefaultCallLogInsertionHelper
H A DDataRowHandlerForPhoneNumber.java49 PhoneNumberUtils.formatNumberToE164(number, mDbHelper.getCurrentCountryIso());
76 mDbHelper.getCurrentCountryIso());
172 number, mDbHelper.getCurrentCountryIso());
H A DContactsDatabaseHelper.java4939 public String getCurrentCountryIso() { method in class:ContactsDatabaseHelper
H A DContactsProvider2.java5767 mDbHelper.get().getCurrentCountryIso());
/packages/apps/Mms/src/com/android/mms/
H A DMmsApp.java127 public String getCurrentCountryIso() { method in class:MmsApp
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsUtils.java175 public static final String getCurrentCountryIso(Context context) { method in class:ContactsUtils
H A DCallDetailActivity.java238 mDefaultCountryIso = ContactsUtils.getCurrentCountryIso(this);
241 mContactInfoHelper = new ContactInfoHelper(this, ContactsUtils.getCurrentCountryIso(this));
/packages/apps/Mms/src/com/android/mms/ui/
H A DRecipientsAdapter.java80 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso();
H A DMessageListItem.java111 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso();
123 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso();
H A DComposeMessageActivity.java1612 MmsApp.getApplication().getCurrentCountryIso());
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogFragment.java169 String currentCountryIso = ContactsUtils.getCurrentCountryIso(getActivity());
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java213 MmsApp.getApplication().getCurrentCountryIso());
235 MmsApp.getApplication().getCurrentCountryIso());
821 number, MmsApp.getApplication().getCurrentCountryIso());
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java218 ContactsUtils.getCurrentCountryIso(getContext()));
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java224 mCurrentCountryIso = ContactsUtils.getCurrentCountryIso(getActivity());
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java273 mDefaultCountryIso = ContactsUtils.getCurrentCountryIso(mContext);

Completed in 233 milliseconds