Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DNotifCoordinators.kt76 private val mOrderedSections: MutableList<NotifSectioner> = ArrayList() constant
120 mOrderedSections.add(keyguardCoordinator.topOngoingSectioner) // Top Ongoing
122 mOrderedSections.add(headsUpCoordinator.sectioner) // HeadsUp
124 mOrderedSections.add(keyguardCoordinator.topUnseenSectioner) // Top Unseen
126 mOrderedSections.add(colorizedFgsCoordinator.sectioner) // ForegroundService
128 mOrderedSections.add(conversationCoordinator.priorityPeopleSectioner) // Priority People
130 mOrderedSections.add(conversationCoordinator.peopleAlertingSectioner) // People Alerting
132 mOrderedSections.add(conversationCoordinator.peopleSilentSectioner) // People Silent
134 mOrderedSections.add(rankingCoordinator.alertingSectioner) // Alerting
135 mOrderedSections.add(rankingCoordinator.silentSectioner) // Silent
[all …]