Searched refs:isDataEnabledFlow (Results 1 – 4 of 4) sorted by relevance
96 val state = repository.isDataEnabledFlow( in <lambda>()111 val state = repository.isDataEnabledFlow(subId = SUB_ID) in isDataEnabled_validSub_returnPolicyState()
44 telephonyRepository.isDataEnabledFlow(subId).map { isDataEnabled -> in <lambda>()
69 fun isDataEnabledFlow(subId: Int): Flow<Boolean> { in isDataEnabledFlow() method in com.android.settings.network.telephony.TelephonyRepository
219 TelephonyRepository(context).isDataEnabledFlow(mobileDataSelectedId.intValue) in MobileDataSectionImpl()