Searched refs:stateFlowMap (Results 1 – 1 of 1) sorted by relevance
77 private val stateFlowMap = ConcurrentHashMap<String, StateFlow<*>>() constant81 pw.printCollection("StateFlow (value)", stateFlowMap.toSortedMap().entries) { (key, flow) -> in dumpFlows()113 stateFlowMap[dumpName] = this in dumpValue()129 stateFlowMap.isNotEmpty() || in updateRegistration()