diff options
Diffstat (limited to 'core/java/android/service')
-rw-r--r-- | core/java/android/service/notification/NotificationListenerService.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/java/android/service/notification/NotificationListenerService.java b/core/java/android/service/notification/NotificationListenerService.java index d744070..b22fd9c 100644 --- a/core/java/android/service/notification/NotificationListenerService.java +++ b/core/java/android/service/notification/NotificationListenerService.java @@ -756,15 +756,6 @@ public abstract class NotificationListenerService extends Service { return mVisibilityOverride; } - /** - * Returns whether the notification meets the user's interruption - * filter. - * - * @removed - */ - public boolean meetsInterruptionFilter() { - return mMatchesInterruptionFilter; - } /** * Returns whether the notification matches the user's interruption |