Searched refs:PREF_DEBUG_MODE (Results 1 – 4 of 4) sorted by relevance
88 mDebugMode = (TwoStatePreference) findPreference(DebugSettings.PREF_DEBUG_MODE); in onCreate()128 if (key.equals(DebugSettings.PREF_DEBUG_MODE) && mDebugMode != null) { in onSharedPreferenceChanged()129 mDebugMode.setChecked(prefs.getBoolean(DebugSettings.PREF_DEBUG_MODE, false)); in onSharedPreferenceChanged()
28 public static final String PREF_DEBUG_MODE = "debug_mode"; field in DebugSettings
47 DebugSettings.PREF_DEBUG_MODE,
185 setBooleanPreference(DebugSettings.PREF_DEBUG_MODE, value, false); in setDebugMode()