Searched refs:getMutableStateFlow (Results 1 – 3 of 3) sorted by relevance
38 import com.android.systemui.util.kotlin.getMutableStateFlow158 .thenReturn(getMutableStateFlow(false)) in setUp()160 .thenReturn(getMutableStateFlow(deviceItem)) in setUp()161 whenever(bluetoothTileDialogDelegate.contentHeight).thenReturn(getMutableStateFlow(0)) in setUp()163 .thenReturn(getMutableStateFlow(false)) in setUp()165 .thenReturn(getMutableStateFlow(AudioSharingButtonState.Gone)) in setUp()
22 fun <T> getMutableStateFlow(value: T): MutableStateFlow<T> = MutableStateFlow(value) method
128 FlowProviderKt.getMutableStateFlow(true);