NoListener: meetsInterruptionFilter -> matchesInterruptionFilter
Rename Ranking.meetsInterruptionFilter() to matchesInterruptionFilter()
as suggested by API council.
Marking the old version @removed for now, will remove once prebuilds had
the chance to update.
Bug: 17255109
Change-Id: Iaee094df2dddf82029e127c194ea88581d1a48bb
diff --git a/api/current.txt b/api/current.txt
index 85a3fc5..d79ffba 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -27345,7 +27345,7 @@
method public java.lang.String getKey();
method public int getRank();
method public boolean isAmbient();
- method public boolean meetsInterruptionFilter();
+ method public boolean matchesInterruptionFilter();
}
public static class NotificationListenerService.RankingMap implements android.os.Parcelable {
diff --git a/api/removed.txt b/api/removed.txt
index 93484de..1b8aef4 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -16,6 +16,14 @@
}
+package android.service.notification {
+
+ public static class NotificationListenerService.Ranking {
+ method public boolean meetsInterruptionFilter();
+ }
+
+}
+
package android.view {
public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {