Home
last modified time | relevance | path

Searched refs:isAutoDataEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/network/
DSimOnboardingPrimarySim.kt88 val isAutoDataEnabled by in <lambda>() constant
109 AutomaticDataSwitchingPreference(isAutoDataEnabled = { isAutoDataEnabled }, in <lambda>()
DAutomaticDataSwitchingPreference.kt34 isAutoDataEnabled: () -> Boolean?, in <lambda>()
44 override val checked = { isAutoDataEnabled() } in <lambda>()
DNetworkCellularGroupProvider.kt211 val isAutoDataEnabled by remember(nonDds.intValue) { in MobileDataSectionImpl() constant
239 isAutoDataEnabled = { isAutoDataEnabled }, in MobileDataSectionImpl()