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

  /packages/apps/Dialer/java/com/android/contacts/common/location/
CountryDetector.java 58 public static final String KEY_PREFERENCE_CURRENT_COUNTRY = "preference_current_country";
173 return sharedPreferences.getString(KEY_PREFERENCE_CURRENT_COUNTRY, null);
UpdateCountryService.java 74 editor.putString(CountryDetector.KEY_PREFERENCE_CURRENT_COUNTRY, country);
  /packages/apps/Dialer/java/com/android/dialer/location/
CountryDetector.java 65 static final String KEY_PREFERENCE_CURRENT_COUNTRY = "preference_current_country";
171 .getString(KEY_PREFERENCE_CURRENT_COUNTRY, null);
229 .putString(CountryDetector.KEY_PREFERENCE_CURRENT_COUNTRY, country)

Completed in 79 milliseconds