Merge "Clear up unused code"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2933fa1efe
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user