Searched refs:PREFS_KEY_LAUNCH_SETUP (Results 1 – 1 of 1) sorted by relevance
41 private static final String PREFS_KEY_LAUNCH_SETUP = "launch_setup"; field in UsbTunerPreferences111 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()