Searched defs:shouldPromoteToTopLevel (Results 1 – 4 of 4) sorted by relevance
41 public abstract boolean shouldPromoteToTopLevel(NotificationEntry child); in shouldPromoteToTopLevel() method in NotifPromoter
69 override fun shouldPromoteToTopLevel(entry: NotificationEntry): Boolean { in <lambda>() method
658 override fun shouldPromoteToTopLevel(entry: NotificationEntry): Boolean = in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
2634 public boolean shouldPromoteToTopLevel(NotificationEntry child) { in shouldPromoteToTopLevel() method in ShadeListBuilderTest.IdPromoter