Skip to content

Commit c3328ca

Browse files
cwrenAndroid (Google) Code Review
authored andcommitted
Merge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev
2 parents af098c5 + 0fef44d commit c3328ca

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)