am edc19979: am 82ef988c: am b742c9a0: am c3328cac: Merge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev

* commit 'edc199796844db9ee947165ddfff7cec810403e2':
  Add a returns clause to the matchesInterruptionFilter javadoc.
This commit is contained in:
Chris Wren
2014-10-01 17:09:47 +00:00
committed by Android Git Automerger

View File

@@ -760,6 +760,9 @@ public abstract class NotificationListenerService extends Service {
/**
* Returns whether the notification matches the user's interruption
* filter.
*
* @return {@code true} if the notification is allowed by the filter, or
* {@code false} if it is blocked.
*/
public boolean matchesInterruptionFilter() {
return mMatchesInterruptionFilter;