Skip to content

Commit 0fef44d

Browse files
committed
Add a returns clause to the matchesInterruptionFilter javadoc.
Bug: 17641219 Change-Id: I4f1949902bf872823389f3db8e694e370e113295
1 parent e6c4893 commit 0fef44d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/java/android/service/notification/NotificationListenerService.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,9 @@ public int getVisibilityOverride() {
760760
/**
761761
* Returns whether the notification matches the user's interruption
762762
* filter.
763+
*
764+
* @return {@code true} if the notification is allowed by the filter, or
765+
* {@code false} if it is blocked.
763766
*/
764767
public boolean matchesInterruptionFilter() {
765768
return mMatchesInterruptionFilter;

0 commit comments

Comments
 (0)