OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
47
public static final String
KEY_PREFERENCE_CURRENT_COUNTRY
= "preference_current_country";
173
return sharedPreferences.getString(
KEY_PREFERENCE_CURRENT_COUNTRY
, null);
UpdateCountryService.java
59
editor.putString(CountryDetector.
KEY_PREFERENCE_CURRENT_COUNTRY
, country);
Completed in 152 milliseconds