Searched refs:StateFlowBridge (Results 1 – 3 of 3) sorted by relevance
35 val stateFlowBridge = StateFlowBridge<String>() in <lambda>()45 val stateFlowBridge = StateFlowBridge<String>() in <lambda>()55 val stateFlowBridge = StateFlowBridge<String>() in <lambda>()
25 import com.android.settingslib.spa.framework.util.StateFlowBridge in <lambda>()70 val appListConfig = StateFlowBridge<AppListConfig>()71 val listModel = StateFlowBridge<AppListModel<T>>()72 val showSystem = StateFlowBridge<Boolean>()74 val searchQuery = StateFlowBridge<String>()
25 class StateFlowBridge<T> { class