Loading packages/SystemUI/src/com/android/systemui/statusbar/SystemBars.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ import java.io.PrintWriter; */ public class SystemBars extends SystemUI implements ServiceMonitor.Callbacks { private static final String TAG = "SystemBars"; private static final boolean DEBUG = true; private static final boolean DEBUG = false; private static final int WAIT_FOR_BARS_TO_DIE = 500; // manages the implementation coming from the remote process Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode { public static final boolean DUMPTRUCK = true; // extra dumpsys info public static final boolean DEBUG_GESTURES = false; public static final boolean DEBUG_WINDOW_STATE = true; public static final boolean DEBUG_WINDOW_STATE = false; public static final boolean SETTINGS_DRAG_SHORTCUT = true; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/SystemBars.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ import java.io.PrintWriter; */ public class SystemBars extends SystemUI implements ServiceMonitor.Callbacks { private static final String TAG = "SystemBars"; private static final boolean DEBUG = true; private static final boolean DEBUG = false; private static final int WAIT_FOR_BARS_TO_DIE = 500; // manages the implementation coming from the remote process Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode { public static final boolean DUMPTRUCK = true; // extra dumpsys info public static final boolean DEBUG_GESTURES = false; public static final boolean DEBUG_WINDOW_STATE = true; public static final boolean DEBUG_WINDOW_STATE = false; public static final boolean SETTINGS_DRAG_SHORTCUT = true; Loading