Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java477 if (mNotificationInterruptionStateProvider.shouldBubbleUp(entry)
488 if (mNotificationInterruptionStateProvider.shouldBubbleUp(entry)
499 boolean shouldBubble = mNotificationInterruptionStateProvider.shouldBubbleUp(entry)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java149 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp() method in NotificationInterruptionStateProvider