am 82ef988c: am b742c9a0: am c3328cac: Merge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev
* commit '82ef988c92fb158125f294201baecaceff7bcc8e': Add a returns clause to the matchesInterruptionFilter javadoc.
This commit is contained in:
@@ -760,6 +760,9 @@ public abstract class NotificationListenerService extends Service {
|
|||||||
/**
|
/**
|
||||||
* Returns whether the notification matches the user's interruption
|
* Returns whether the notification matches the user's interruption
|
||||||
* filter.
|
* filter.
|
||||||
|
*
|
||||||
|
* @return {@code true} if the notification is allowed by the filter, or
|
||||||
|
* {@code false} if it is blocked.
|
||||||
*/
|
*/
|
||||||
public boolean matchesInterruptionFilter() {
|
public boolean matchesInterruptionFilter() {
|
||||||
return mMatchesInterruptionFilter;
|
return mMatchesInterruptionFilter;
|
||||||
|
|||||||
Reference in New Issue
Block a user