Searched refs:shouldBubbleUp (Results 1 – 4 of 4) sorted by relevance
408 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(createBubble())).isTrue(); in testShouldBubbleUp()423 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(entry)).isFalse(); in shouldNotBubbleUp_notAllowedToBubble()438 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(entry)).isFalse(); in shouldNotBubbleUp_notABubble()454 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(entry)).isFalse(); in shouldNotBubbleUp_invalidMetadata()464 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(createBubble())).isFalse(); in shouldNotBubbleUp_suppressedInterruptions()474 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(createBubble())).isFalse(); in shouldNotBubbleUp_filteredOut()
45 boolean shouldBubbleUp(NotificationEntry entry); in shouldBubbleUp() method
131 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp() method in NotificationInterruptStateProviderImpl
878 && mNotificationInterruptStateProvider.shouldBubbleUp(e) in restoreBubbles()1190 if (mNotificationInterruptStateProvider.shouldBubbleUp(entry) in onEntryAdded()1199 boolean shouldBubble = mNotificationInterruptStateProvider.shouldBubbleUp(entry) in onEntryUpdated()