Merge "[StatusBar] fix: Make DisableRecord.pkg working"

am: e4b0e8dc7a

Change-Id: I1c7d3f89c7a7d14f55d96b94698f0c1ba6d9c288
This commit is contained in:
Evan Laird
2018-11-12 16:51:34 -08:00
committed by android-build-merger

View File

@@ -140,13 +140,14 @@ public class StatusBarManagerService extends IStatusBarService.Stub {
switch (which) { switch (which) {
case 1: case 1:
what1 = what; what1 = what;
return; break;
case 2: case 2:
what2 = what; what2 = what;
return; break;
default: default:
Slog.w(TAG, "Can't set unsupported disable flag " + which Slog.w(TAG, "Can't set unsupported disable flag " + which
+ ": 0x" + Integer.toHexString(what)); + ": 0x" + Integer.toHexString(what));
break;
} }
this.pkg = pkg; this.pkg = pkg;
} }