Merge "Clear up unused code"

This commit is contained in:
TreeHugger Robot
2021-10-18 18:13:07 +00:00
committed by Android (Google) Code Review
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());