Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.kt77 val hotSpotOn = TetheringManager.TETHERING_WIFI in tetheredTypes in getSummaryResId() constant
80 hotSpotOn && tetherOn -> R.string.tether_settings_summary_hotspot_on_tether_on in getSummaryResId()
81 hotSpotOn -> R.string.tether_settings_summary_hotspot_on_tether_off in getSummaryResId()