Searched refs:KEY_SORT_PREFERENCE (Results 1 – 1 of 1) sorted by relevance
48 private const val KEY_SORT_PREFERENCE = "sort_preference" constant79 val citySortOrdinal: Int = prefs.getInt(KEY_SORT_PREFERENCE, defaultSortOrdinal) in getCitySort()89 prefs.edit().putInt(KEY_SORT_PREFERENCE, newSort.ordinal).apply() in toggleCitySort()