Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8e1d78a authored by Christoph Studer's avatar Christoph Studer Committed by Android (Google) Code Review
Browse files

Merge "NoLiService: Delete @removed meetsInterruptionFilter" into lmp-dev

parents b907affc 704dd61f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -22,14 +22,6 @@ package android.os {

}

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 {
+0 −9
Original line number Diff line number Diff line
@@ -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