Searched refs:mOrderedSections (Results 1 – 1 of 1) sorted by relevance
76 private val mOrderedSections: MutableList<NotifSectioner> = ArrayList() constant120 mOrderedSections.add(keyguardCoordinator.topOngoingSectioner) // Top Ongoing122 mOrderedSections.add(headsUpCoordinator.sectioner) // HeadsUp124 mOrderedSections.add(keyguardCoordinator.topUnseenSectioner) // Top Unseen126 mOrderedSections.add(colorizedFgsCoordinator.sectioner) // ForegroundService128 mOrderedSections.add(conversationCoordinator.priorityPeopleSectioner) // Priority People130 mOrderedSections.add(conversationCoordinator.peopleAlertingSectioner) // People Alerting132 mOrderedSections.add(conversationCoordinator.peopleSilentSectioner) // People Silent134 mOrderedSections.add(rankingCoordinator.alertingSectioner) // Alerting135 mOrderedSections.add(rankingCoordinator.silentSectioner) // Silent[all …]