From 704dd61f5be9266b3cfdfeb407b6fc4822bac7af Mon Sep 17 00:00:00 2001 From: Christoph Studer Date: Tue, 9 Sep 2014 11:31:43 +0200 Subject: NoLiService: Delete @removed meetsInterruptionFilter This should not break any apps as this API has been marked @removed more than a week ago. Bug: 17425123 Change-Id: I19d7e933a3f2a59e1b406a9f87d272f058a13e0d --- .../service/notification/NotificationListenerService.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core/java/android/service') 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 -- cgit v1.1