/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
GeoUtil.java | 39 public static String getCurrentCountryIso(Context context) { 59 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context));
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
PhoneNumberFormatter.java | 70 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), textView)
|
/packages/apps/Mms/src/com/android/mms/util/ |
PhoneNumberFormatter.java | 70 new TextWatcherLoadAsyncTask(MmsApp.getApplication().getCurrentCountryIso(), textView)
|
AddressUtils.java | 79 String currentCountry = MmsApp.getApplication().getCurrentCountryIso().toUpperCase();
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DefaultCallLogInsertionHelper.java | 66 String countryIso = getCurrentCountryIso(); 79 private String getCurrentCountryIso() {
|
DataRowHandlerForPhoneNumber.java | 95 mDbHelper.getCurrentCountryIso()); 174 number, mDbHelper.getCurrentCountryIso());
|
ContactsProvider2.java | [all...] |
ContactsDatabaseHelper.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfo.java | 540 String countryIso = getCurrentCountryIso(context, locale); 564 private static String getCurrentCountryIso(Context context, Locale locale) { 584 protected static String getCurrentCountryIso(Context context) { 585 return getCurrentCountryIso(context, Locale.getDefault());
|
CallerInfoAsyncQuery.java | 275 CallerInfo.getCurrentCountryIso(mQueryContext));
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallerInfo.java | 537 String countryIso = getCurrentCountryIso(context, locale); 562 private static String getCurrentCountryIso(Context context, Locale locale) { 582 protected static String getCurrentCountryIso(Context context) { 583 return getCurrentCountryIso(context, Locale.getDefault());
|
CallerInfoAsyncQuery.java | 273 CallerInfo.getCurrentCountryIso(mQueryContext));
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
DialerPhoneNumberListAdapter.java | 39 mCountryIso = GeoUtil.getCurrentCountryIso(context);
|
PhoneFavoriteFragment.java | 255 final String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
|
/packages/apps/Mms/src/com/android/mms/ |
MmsApp.java | 174 public String getCurrentCountryIso() {
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogFragment.java | 231 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
|
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 216 MmsApp.getApplication().getCurrentCountryIso()); 238 MmsApp.getApplication().getCurrentCountryIso()); [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactReadOnlyEditorView.java | 210 GeoUtil.getCurrentCountryIso(getContext()));
|
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivity.java | 319 mDefaultCountryIso = GeoUtil.getCurrentCountryIso(this); 322 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListItem.java | 113 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso(); 125 mDefaultCountryIso = MmsApp.getApplication().getCurrentCountryIso(); [all...] |
ComposeMessageActivity.java | [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
ContactLoader.java | [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 349 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); [all...] |