Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.kt78 val tetherOn = tetheredTypes.any { it != TetheringManager.TETHERING_WIFI } in getSummaryResId() constant
80 hotSpotOn && tetherOn -> R.string.tether_settings_summary_hotspot_on_tether_on in getSummaryResId()
82 tetherOn -> R.string.tether_settings_summary_hotspot_off_tether_on in getSummaryResId()