Searched refs:mobileDataEnabledFlow (Results 1 – 5 of 5) sorted by relevance
40 val flow = context.mobileDataEnabledFlow(SubscriptionManager.INVALID_SUBSCRIPTION_ID) in mobileDataEnabledFlow_notified()50 val flow = context.mobileDataEnabledFlow(SubscriptionManager.INVALID_SUBSCRIPTION_ID) in <lambda>()65 context.mobileDataEnabledFlow(SUB_ID).toListWithTimeout() in <lambda>()80 context.mobileDataEnabledFlow(SUB_ID).toListWithTimeout() in <lambda>()
25 import com.android.settings.network.mobileDataEnabledFlow in <lambda>()74 mContext.mobileDataEnabledFlow(mSubId), in onViewCreated()
24 import com.android.settings.network.mobileDataEnabledFlow72 return context.mobileDataEnabledFlow(subId) in isDataEnabledFlow()
27 import com.android.settings.network.mobileDataEnabledFlow in <lambda>()84 application.mobileDataEnabledFlow(subId = subId, sendInitialValue = false) in <lambda>()
31 fun Context.mobileDataEnabledFlow(subId: Int, sendInitialValue: Boolean = true): Flow<Unit> { in Context() method