Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DFrpNetwork.kt68 fun <In, Out> coalescingMutableTFlow( in transact() method
83 fun <In, Out> FrpNetwork.coalescingMutableTFlow( in transact() method
87 coalescingMutableTFlow(coalesce, getInitialValue = { initialValue }) in transact()
109 ): CoalescingMutableTFlow<In, Out> = network.coalescingMutableTFlow(coalesce) { initialValue } in mutableTState()
117 ): CoalescingMutableTFlow<In, Out> = network.coalescingMutableTFlow(coalesce, getInitialValue) in CoalescingMutableTFlow()
166 override fun <In, Out> coalescingMutableTFlow( in coalescingMutableTFlow() method in com.android.systemui.kairos.LocalFrpNetwork