Searched refs:DEBUG_MODE_ENABLED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DPrefs.java34 Key.DEBUG_MODE_ENABLED,
48 String DEBUG_MODE_ENABLED = "debugModeEnabled"; field in interface:Prefs.Key
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java571 if (Prefs.getBoolean(this, Prefs.Key.DEBUG_MODE_ENABLED, false /* boolean */)) {
573 Prefs.remove(this, Prefs.Key.DEBUG_MODE_ENABLED);
581 Prefs.putBoolean(this, Prefs.Key.DEBUG_MODE_ENABLED, true);
H A DRecentsConfiguration.java184 debugModeEnabled = Prefs.getBoolean(context, Prefs.Key.DEBUG_MODE_ENABLED,

Completed in 176 milliseconds