Searched refs:KEY_RECENT_TIMEZONES (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java47 private static final String KEY_RECENT_TIMEZONES = "preferences_recent_timezones"; field in class:TimeZoneResultAdapter
146 String recentsString = prefs.getString(KEY_RECENT_TIMEZONES, null);
199 String recentsString = prefs.getString(KEY_RECENT_TIMEZONES, null);
234 prefs.edit().putString(KEY_RECENT_TIMEZONES, recentsString).apply();

Completed in 38 milliseconds