am 755f4021: fix build break from mis-named DEBUG flag in SystemUI

* commit '755f4021ae9a21936a04083098ffbbdac912625c':
  fix build break from mis-named DEBUG flag in SystemUI
This commit is contained in:
Chris Wren
2014-10-29 22:54:56 +00:00
committed by Android Git Automerger

View File

@@ -115,7 +115,7 @@ public abstract class BaseStatusBar extends SystemUI implements
public static final boolean MULTIUSER_DEBUG = false;
// STOPSHIP disable once we resolve b/18102199
private static final boolean ACTION_BUTTONS_DEBUG = true;
private static final boolean NOTIFICATION_CLICK_DEBUG = true;
protected static final int MSG_SHOW_RECENT_APPS = 1019;
protected static final int MSG_HIDE_RECENT_APPS = 1020;