Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt72 val shouldPromote = entry.channel?.isImportantConversation == true regex
73 if (shouldPromote) {
79 return shouldPromote
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java713 final boolean shouldPromote = applyTopLevelPromoters(child); in promoteNotifs()
715 if (shouldPromote) { in promoteNotifs()
720 return shouldPromote; in promoteNotifs()