HomeSort by relevance Sort by last modified time
    Searched refs:KEY_PREFERENCE_CURRENT_COUNTRY (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 45 public static final String KEY_PREFERENCE_CURRENT_COUNTRY = "preference_current_country";
166 return sharedPreferences.getString(KEY_PREFERENCE_CURRENT_COUNTRY, null);
UpdateCountryService.java 59 editor.putString(CountryDetector.KEY_PREFERENCE_CURRENT_COUNTRY, country);

Completed in 5476 milliseconds