Home
last modified time | relevance | path

Searched defs:shouldPromoteToTopLevel (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifPromoter.java41 public abstract boolean shouldPromoteToTopLevel(NotificationEntry child); in shouldPromoteToTopLevel() method in NotifPromoter
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2635 public boolean shouldPromoteToTopLevel(NotificationEntry child) { in shouldPromoteToTopLevel() method in ShadeListBuilderTest.IdPromoter