Searched refs:WIFI_HOTSPOT_OFF (Results 1 – 1 of 1) sorted by relevance
60 private static final String WIFI_HOTSPOT_OFF = "cmd wifi stop-softap"; field in CarWifiHostTest91 String hotspotCommand = (sTetheringStatusBefore ? WIFI_HOTSPOT_ON : WIFI_HOTSPOT_OFF); in afterClassWithInfo()209 String hotspotCommand = (enableTethering ? WIFI_HOTSPOT_ON : WIFI_HOTSPOT_OFF); in enablePersistTetheringAndReboot()