Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarWifiHostTest.java61 private static boolean sTetheringStatusBefore; field in CarWifiHostTest
77 sTetheringStatusBefore = testInfo.getDevice().executeShellCommand(CMD_DUMPSYS_WIFI) in beforeClassWithDevice()
91 String hotspotCommand = (sTetheringStatusBefore ? WIFI_HOTSPOT_ON : WIFI_HOTSPOT_OFF); in afterClassWithInfo()