Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilder.kt63 val sectionCounts = mutableMapOf<NotifSection?, Int>() regex
91 sectionCounts[section] = sectionCounts.getOrDefault(section, 0) + 1
96 logger.logBuildNodeSpec(lastSections, sectionHeaders, sectionCounts, sectionOrder)
97 lastSections = sectionCounts.keys