Searched defs:shouldPromoteToTopLevel (Results 1 – 5 of 5) sorted by relevance
41 public abstract boolean shouldPromoteToTopLevel(NotificationEntry child); in shouldPromoteToTopLevel() method in NotifPromoter
74 override fun shouldPromoteToTopLevel(entry: NotificationEntry): Boolean { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinator
387 override fun shouldPromoteToTopLevel(child: NotificationEntry): Boolean = in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
686 override fun shouldPromoteToTopLevel(entry: NotificationEntry): Boolean = in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
2604 public boolean shouldPromoteToTopLevel(NotificationEntry child) { in shouldPromoteToTopLevel() method in ShadeListBuilderTest.IdPromoter