Home
last modified time | relevance | path

Searched refs:KEY_PREFERENCE_CURRENT_COUNTRY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/location/
DCountryDetector.java66 static final String KEY_PREFERENCE_CURRENT_COUNTRY = "preference_current_country"; field in CountryDetector
173 .getString(KEY_PREFERENCE_CURRENT_COUNTRY, null); in getLocationBasedCountryIso()
233 .putString(CountryDetector.KEY_PREFERENCE_CURRENT_COUNTRY, country) in processLocationUpdate()