Searched refs:coalescingMutableTFlow (Results 1 – 1 of 1) sorted by relevance
68 fun <In, Out> coalescingMutableTFlow( in transact() method83 fun <In, Out> FrpNetwork.coalescingMutableTFlow( in transact() method87 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