Loading packages/SystemUI/src/com/android/systemui/theme/ThemeOverlayController.java +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ import javax.inject.Inject; @SysUISingleton public class ThemeOverlayController extends SystemUI implements Dumpable { protected static final String TAG = "ThemeOverlayController"; private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG = true; protected static final int NEUTRAL = 0; protected static final int ACCENT = 1; Loading Loading
packages/SystemUI/src/com/android/systemui/theme/ThemeOverlayController.java +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ import javax.inject.Inject; @SysUISingleton public class ThemeOverlayController extends SystemUI implements Dumpable { protected static final String TAG = "ThemeOverlayController"; private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG = true; protected static final int NEUTRAL = 0; protected static final int ACCENT = 1; Loading