Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarWifiHostTest.java60 private static final String WIFI_HOTSPOT_OFF = "cmd wifi stop-softap"; field in CarWifiHostTest
91 String hotspotCommand = (sTetheringStatusBefore ? WIFI_HOTSPOT_ON : WIFI_HOTSPOT_OFF); in afterClassWithInfo()
209 String hotspotCommand = (enableTethering ? WIFI_HOTSPOT_ON : WIFI_HOTSPOT_OFF); in enablePersistTetheringAndReboot()