Home
last modified time | relevance | path

Searched refs:assertShouldBubble (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt544 assertShouldBubble(buildBubbleEntry { bubbleIsShortcut = false }) in <lambda>()
551 assertShouldBubble(buildBubbleEntry { bubbleIsShortcut = true }) in <lambda>()
558 assertShouldBubble( in <lambda>()
597 withLegacySuppressor(neverSuppresses) { assertShouldBubble(buildBubbleEntry()) } in <lambda>()
623 assertShouldBubble(buildBubbleEntry()) in <lambda>()
1119 protected fun assertShouldBubble(entry: NotificationEntry) = in <lambda>() method
DVisualInterruptionDecisionProviderImplTest.kt390 assertShouldBubble(buildBubbleEntry()) in assertBubbleNotSuppressed()