Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/
DUsbTunerPreferences.java41 private static final String PREFS_KEY_LAUNCH_SETUP = "launch_setup"; field in UsbTunerPreferences
111 return getPreferenceBoolean(context, PREFS_KEY_LAUNCH_SETUP); in shouldShowSetupActivity()
114 .getBoolean(UsbTunerPreferences.PREFS_KEY_LAUNCH_SETUP, false); in shouldShowSetupActivity()
120 setPreference(context, PREFS_KEY_LAUNCH_SETUP, need); in setShouldShowSetupActivity()
123 .putBoolean(UsbTunerPreferences.PREFS_KEY_LAUNCH_SETUP, need) in setShouldShowSetupActivity()