Remove unused code

Test: make
Bug: 194833441
Change-Id: I99a91281fd8f8a347f80ebfa881eafb960d7f144
This commit is contained in:
Julia Reynolds
2021-10-20 13:20:33 -04:00
parent 2bd09f9343
commit ac8911fda8

View File

@@ -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) { public boolean shouldHideSilentStatusBarIcons(Context context) {
try { try {
return sINM.shouldHideSilentStatusIcons(context.getPackageName()); return sINM.shouldHideSilentStatusIcons(context.getPackageName());