Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py87 def turn_location_off_and_scan_toggle_off(self): member in WlanDevice
167 def turn_location_off_and_scan_toggle_off(self): member in AndroidWlanDevice
168 awutils.turn_location_off_and_scan_toggle_off(self.device)
205 awutils.turn_location_off_and_scan_toggle_off(self.device)
257 def turn_location_off_and_scan_toggle_off(self): member in FuchsiaWlanDevice
/tools/test/connectivity/acts/tests/google/wifi/
DWifiStaApConcurrencyTest.py80 self.turn_location_off_and_scan_toggle_off()
129 def turn_location_off_and_scan_toggle_off(self): member in WifiStaApConcurrencyTest
DWifiManagerTest.py92 self.turn_location_off_and_scan_toggle_off()
342 def turn_location_off_and_scan_toggle_off(self): member in WifiManagerTest
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DChannelSweepTest.py115 self.dut.turn_location_off_and_scan_toggle_off()
DWlanPhyCompliance11ACTest.py156 self.dut.turn_location_off_and_scan_toggle_off()
DWlanPhyCompliance11NTest.py119 self.dut.turn_location_off_and_scan_toggle_off()
DVapeInteropTest.py72 self.dut.turn_location_off_and_scan_toggle_off()
DWlanRvrTest.py201 self.dut.turn_location_off_and_scan_toggle_off()
DWlanPhyComplianceABGTest.py88 self.dut.turn_location_off_and_scan_toggle_off()
DWlanSecurityComplianceABGTest.py151 self.dut.turn_location_off_and_scan_toggle_off()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2577 def turn_location_off_and_scan_toggle_off(ad): function