Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DFlowDumper.kt78 private val sharedFlowMap = ConcurrentHashMap<String, SharedFlow<*>>() constant
84 pw.printCollection("SharedFlow (replayCache)", sharedFlowMap.toSortedMap().entries) { in dumpFlows()
118 sharedFlowMap[dumpName] = this in dumpReplayCache()
130 sharedFlowMap.isNotEmpty() || in updateRegistration()