Home
last modified time | relevance | path

Searched refs:setCanBubble (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java303 public NotificationEntryBuilder setCanBubble(boolean canBubble) { in setCanBubble() method in NotificationEntryBuilder
304 mRankingBuilder.setCanBubble(canBubble); in setCanBubble()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java328 .setCanBubble(true) in createBubble()
359 .setCanBubble(true) in createShortcutBubble()
377 .setCanBubble(true) in createBubbleInGroup()
439 .setCanBubble(true) in createBubble()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java195 public RankingBuilder setCanBubble(boolean canBubble) { in setCanBubble() method in RankingBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java915 .setCanBubble(false) in shouldNotBubbleUp_notAllowedToBubble()
928 .setCanBubble(true) in shouldNotBubbleUp_notABubble()
941 .setCanBubble(true) in shouldNotBubbleUp_invalidMetadata()
996 .setCanBubble(true) in createBubble()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java922 mRow.getRanking()).setCanBubble(false).build(); in testRemoveBubble_noLongerBubbleAfterUpdate()
1857 .setCanBubble(true) in testCreateBubbleFromOngoingNotification()
1870 .setCanBubble(true) in testCreateBubbleFromNoDismissNotification()