Home
last modified time | relevance | path

Searched refs:setBlocked (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.java209 public void setBlocked(boolean blocked) { in setBlocked() method in NotificationChannelGroup
256 setBlocked(parser.getAttributeBoolean(null, ATT_BLOCKED, false)); in populateFromXml()
333 cloned.setBlocked(isBlocked()); in clone()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java527 ncg.setBlocked(true); in testChannelXml()
2330 ncg.setBlocked(true); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
2488 group.setBlocked(true); in testBlockedGroupDoesNotBypassDnd()
3543 group.setBlocked(true); in testIsGroupBlocked_blocked()
3553 group.setBlocked(true); in testIsGroupBlocked_appCannotCreateAsBlocked()
3559 group3.setBlocked(false); in testIsGroupBlocked_appCannotCreateAsBlocked()
3571 group2.setBlocked(true); in testIsGroup_appCannotResetBlock()
3577 group3.setBlocked(false); in testIsGroup_appCannotResetBlock()
4973 group.setBlocked(true); in testGetConversations_noDisabledGroups()
H A DNotificationListenersTest.java616 updated.setBlocked(true); in testUpdateGroup_notifyTwoListeners()
H A DNotificationManagerServiceTest.java3449 updated.setBlocked(true); in testUpdateGroupNotifyCreatorBlock()
3466 existing.setBlocked(true); in testUpdateGroupNotifyCreatorUnblock()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java866 group.setBlocked(false); in createNotificationChannelGroup()
874 group.setBlocked(oldGroup.isBlocked()); in createNotificationChannelGroup()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt363 method public void setBlocked(boolean);