HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentCountryIso (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneNumberFormatter.java 70 new TextWatcherLoadAsyncTask(ContactsUtils.getCurrentCountryIso(context), textView)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 61 String countryIso = getCurrentCountryIso();
68 private String getCurrentCountryIso() {
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 175 public static final String getCurrentCountryIso(Context context) {
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 127 public String getCurrentCountryIso() {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 518 String countryIso = getCurrentCountryIso(context, locale);
542 private static String getCurrentCountryIso(Context context, Locale locale) {

Completed in 1882 milliseconds