Lines Matching refs:Key

34             Key.OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME,
35 Key.DEBUG_MODE_ENABLED,
36 Key.HOTSPOT_TILE_LAST_USED,
37 Key.COLOR_INVERSION_TILE_LAST_USED,
38 Key.DND_TILE_VISIBLE,
39 Key.DND_TILE_COMBINED_ICON,
40 Key.DND_CONFIRMED_PRIORITY_INTRODUCTION,
41 Key.DND_CONFIRMED_SILENCE_INTRODUCTION,
42 Key.DND_FAVORITE_BUCKET_INDEX,
43 Key.DND_NONE_SELECTED,
44 Key.DND_FAVORITE_ZEN,
45 Key.QS_HOTSPOT_ADDED,
46 Key.QS_DATA_SAVER_ADDED,
47 Key.QS_DATA_SAVER_DIALOG_SHOWN,
48 Key.QS_INVERT_COLORS_ADDED,
49 Key.QS_WORK_ADDED,
50 Key.QS_NIGHTDISPLAY_ADDED,
51 Key.QS_LONG_PRESS_TOOLTIP_SHOWN_COUNT,
52 Key.SEEN_MULTI_USER,
53 Key.HAS_SEEN_RECENTS_SWIPE_UP_ONBOARDING,
54 Key.HAS_SEEN_RECENTS_QUICK_SCRUB_ONBOARDING,
55 Key.OVERVIEW_OPENED_COUNT,
56 Key.OVERVIEW_OPENED_FROM_HOME_COUNT,
57 Key.SEEN_RINGER_GUIDANCE_COUNT,
58 Key.QS_HAS_TURNED_OFF_MOBILE_DATA,
59 Key.TOUCHED_RINGER_TOGGLE,
60 Key.QUICK_STEP_INTERACTION_FLAGS
62 public @interface Key {
108 public static boolean getBoolean(Context context, @Key String key, boolean defaultValue) {
112 public static void putBoolean(Context context, @Key String key, boolean value) {
116 public static int getInt(Context context, @Key String key, int defaultValue) {
120 public static void putInt(Context context, @Key String key, int value) {
124 public static long getLong(Context context, @Key String key, long defaultValue) {
128 public static void putLong(Context context, @Key String key, long value) {
132 public static String getString(Context context, @Key String key, String defaultValue) {
136 public static void putString(Context context, @Key String key, String value) {
140 public static void putStringSet(Context context, @Key String key, Set<String> value) {
145 Context context, @Key String key, Set<String> defaultValue) {
153 public static void remove(Context context, @Key String key) {