Home
last modified time | relevance | path

Searched defs:stateInTraced (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/systemui/tracinglib/core/src/coroutines/flow/
DFlowExt.kt370 public fun <T> Flow<T>.stateInTraced( in stateInTraced() method
382 public suspend fun <T> Flow<T>.stateInTraced(name: String, scope: CoroutineScope): StateFlow<T> { in stateInTraced() method