resolved conflicts for merge of 368fdba4 to master
Change-Id: I42b7b433c86a71a5da5db67109f056a280077c9d
This commit is contained in:
@@ -54,7 +54,7 @@ import java.util.Map;
|
||||
public class StatusBarManagerService extends IStatusBarService.Stub
|
||||
{
|
||||
static final String TAG = "StatusBarManagerService";
|
||||
static final boolean SPEW = true;
|
||||
static final boolean SPEW = false;
|
||||
|
||||
final Context mContext;
|
||||
Handler mHandler = new Handler();
|
||||
@@ -161,7 +161,6 @@ public class StatusBarManagerService extends IStatusBarService.Stub
|
||||
synchronized (mDisableRecords) {
|
||||
manageDisableListLocked(what, token, pkg);
|
||||
final int net = gatherDisableActionsLocked();
|
||||
Slog.d(TAG, "disable... net=0x" + Integer.toHexString(net));
|
||||
if (net != mDisabled) {
|
||||
mDisabled = net;
|
||||
mHandler.post(new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user