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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GeoUtil.java 31 public static final String getCurrentCountryIso(Context context) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 70 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), textView)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 60 String countryIso = getCurrentCountryIso();
67 private String getCurrentCountryIso() {
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 176 public String getCurrentCountryIso() {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 543 String countryIso = getCurrentCountryIso(context, locale);
567 private static String getCurrentCountryIso(Context context, Locale locale) {

Completed in 289 milliseconds