Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt349 assertShouldNotBubble(buildPeekEntry { packageSuspended = true }) in <lambda>()
571 assertShouldNotBubble( in <lambda>()
583 assertShouldNotBubble(buildBubbleEntry { hasBubbleMetadata = false }) in <lambda>()
590 assertShouldNotBubble(buildBubbleEntry { canBubble = false }) in <lambda>()
605 assertShouldNotBubble(buildBubbleEntry()) in <lambda>()
614 assertShouldNotBubble(buildBubbleEntry()) in <lambda>()
631 assertShouldNotBubble(buildBubbleEntry { packageSuspended = true }) in <lambda>()
638 assertShouldNotBubble(buildBubbleEntry()) in <lambda>()
1124 protected fun assertShouldNotBubble(entry: NotificationEntry) = in <lambda>() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase
DVisualInterruptionDecisionProviderImplTest.kt385 assertShouldNotBubble(buildBubbleEntry()) in assertBubbleSuppressed()