Searched defs:mutableTFlow (Results 1 – 1 of 1) sorted by relevance
74 @ExperimentalFrpApi fun <T> mutableTFlow(): MutableTFlow<T> in transact() method171 override fun <T> mutableTFlow(): MutableTFlow<T> = MutableTFlow(network) in coalescingMutableTFlow() method in com.android.systemui.kairos.LocalFrpNetwork