Remove unused code
Test: make Bug: 194833441 Change-Id: I99a91281fd8f8a347f80ebfa881eafb960d7f144
This commit is contained in:
@@ -404,15 +404,6 @@ public class NotificationBackend {
|
||||
}
|
||||
}
|
||||
|
||||
public int getNumAppsBypassingDnd(int uid) {
|
||||
try {
|
||||
return sINM.getAppsBypassingDndCount(uid);
|
||||
} catch (Exception e) {
|
||||
Log.w(TAG, "Error calling NoMan", e);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean shouldHideSilentStatusBarIcons(Context context) {
|
||||
try {
|
||||
return sINM.shouldHideSilentStatusIcons(context.getPackageName());
|
||||
|
Reference in New Issue
Block a user