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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GeoUtil.java 43 public static String getCurrentCountryIso(Context context) {
45 return CountryDetector.getInstance(context).getCurrentCountryIso();
53 phoneNumberUtil.parse(phoneNumber, getCurrentCountryIso(context));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 70 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), textView)
TelephonyManagerUtils.java 50 public static String getCurrentCountryIso(Context context, Locale locale) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 68 String countryIso = getCurrentCountryIso();
90 private String getCurrentCountryIso() {
ContactsDatabaseHelper.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 137 public String getCurrentCountryIso() {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 572 String countryIso = getCurrentCountryIso(context, locale);
596 private static String getCurrentCountryIso(Context context, Locale locale) {
616 protected static String getCurrentCountryIso(Context context) {
617 return getCurrentCountryIso(context, Locale.getDefault());
  /frameworks/base/core/java/android/provider/
CallLog.java 684 final String countryIso = getCurrentCountryIso(context);
689 getCurrentCountryIso(context));
698 private static String getCurrentCountryIso(Context context) {

Completed in 520 milliseconds