Searched refs:serviceStateFlowFactory (Results 1 – 5 of 5) sorted by relevance
40 private val serviceStateFlowFactory: (subId: Int) -> Flow<ServiceState> = { in <lambda>() constant in com.android.settings.deviceinfo.simstatus.SignalStrengthRepository45 serviceStateFlowFactory(subId).flatMapLatest { serviceState -> in signalStrengthDisplayFlow()
46 private val serviceStateFlowFactory: (subId: Int) -> Flow<ServiceState> = in <lambda>() constant81 serviceStateFlowFactory(mSubId) in <lambda>()
71 private val serviceStateFlowFactory: (subId: Int) -> Flow<ServiceState> = in <lambda>() constant105 serviceStateFlowFactory(subId) in getAvailabilityStatus()
69 serviceStateFlowFactory = { flowOf(serviceState) }, in <lambda>()
84 serviceStateFlowFactory = { flowOf(serviceState) }, in <lambda>()