Home
last modified time | relevance | path

Searched refs:PREFS_KEY_LAUNCH_SETUP (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java42 private static final String PREFS_KEY_LAUNCH_SETUP = "launch_setup"; field in CommonPreferences
52 sPref2TypeMapping.put(PREFS_KEY_LAUNCH_SETUP, boolean.class); in sPref2TypeMapping.put() argument
153 return sPreferenceValues.getBoolean(PREFS_KEY_LAUNCH_SETUP); in shouldShowSetupActivity()
155 return getSharedPreferences(context).getBoolean(PREFS_KEY_LAUNCH_SETUP, false); in shouldShowSetupActivity()
161 setPreference(context, PREFS_KEY_LAUNCH_SETUP, need); in setShouldShowSetupActivity()
163 getSharedPreferences(context).edit().putBoolean(PREFS_KEY_LAUNCH_SETUP, need).apply(); in setShouldShowSetupActivity()