Home
last modified time | relevance | path

Searched refs:shouldBubbleUp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java408 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java45 boolean shouldBubbleUp(NotificationEntry entry); in shouldBubbleUp() method
DNotificationInterruptStateProviderImpl.java131 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp() method in NotificationInterruptStateProviderImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java878 && mNotificationInterruptStateProvider.shouldBubbleUp(e) in restoreBubbles()
1190 if (mNotificationInterruptStateProvider.shouldBubbleUp(entry) in onEntryAdded()
1199 boolean shouldBubble = mNotificationInterruptStateProvider.shouldBubbleUp(entry) in onEntryUpdated()