Searched refs:WIFI_HOTSPOT_ON (Results 1 – 1 of 1) sorted by relevance
59 private static final String WIFI_HOTSPOT_ON = "cmd wifi start-softap CarWifiService open"; 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()