Searched refs:ICON_LABELS_KEY (Results 1 – 2 of 2) sorted by relevance
50 prefs.observe().emitOnStart().map { prefs.getBoolean(ICON_LABELS_KEY, false) } in <lambda>()57 edit().putBoolean(ICON_LABELS_KEY, showLabels).apply() in <lambda>()70 private const val ICON_LABELS_KEY = "show_icon_labels" in <lambda>() constant
115 getSharedPreferences().edit().putBoolean(ICON_LABELS_KEY, value).apply() in setShowLabelsInSharedPreferences()119 return getSharedPreferences().getBoolean(ICON_LABELS_KEY, defaultValue) in getShowLabelsFromSharedPreferences()123 private const val ICON_LABELS_KEY = "show_icon_labels" constant