Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DFlowDumper.kt79 private val flowCollectionMap = ConcurrentHashMap<Pair<String, String>, Any>() constant
89 pw.printCollection("Flow (latest)", flowCollectionMap.toSortedMap(comparator).entries) { in dumpFlows()
102 flowCollectionMap[mapKey] = it ?: "null" in <lambda>()
107 flowCollectionMap.remove(mapKey) in <lambda>()
131 flowCollectionMap.isNotEmpty() in updateRegistration()