Clear up unused code

Test: make
Bug: 194833441
Change-Id: Icff8fe689626a6e92a119f9ed1a58656d15fbb47
This commit is contained in:
Julia Reynolds
2021-10-15 14:27:17 -04:00
parent 4c11d0c7bb
commit b60116fa55
3 changed files with 0 additions and 51 deletions

View File

@@ -413,15 +413,6 @@ public class NotificationBackend {
}
}
public int getBlockedAppCount() {
try {
return sINM.getBlockedAppCount(UserHandle.myUserId());
} catch (Exception e) {
Log.w(TAG, "Error calling NoMan", e);
return 0;
}
}
public boolean shouldHideSilentStatusBarIcons(Context context) {
try {
return sINM.shouldHideSilentStatusIcons(context.getPackageName());