Home
last modified time | relevance | path

Searched refs:set_location_service (Results 1 – 25 of 32) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
DWifiP2pBaseTest.py58 acts.utils.set_location_service(self.dut1, True)
59 acts.utils.set_location_service(self.dut2, True)
80 acts.utils.set_location_service(self.dut3, True)
101 acts.utils.set_location_service(self.dut1, False)
102 acts.utils.set_location_service(self.dut2, False)
106 acts.utils.set_location_service(self.dut3, False)
/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothLatencyTest.py32 from acts.utils import set_location_service
78 set_location_service(self.client_device, True)
79 set_location_service(self.server_device, True)
DBluetoothThroughputTest.py28 from acts.utils import set_location_service
74 set_location_service(self.client_device, True)
75 set_location_service(self.server_device, True)
DBluetoothReconnectTest.py32 from acts.utils import set_location_service
76 set_location_service(self.phone, True)
DBluetoothPairAndConnectTest.py36 from acts.utils import set_location_service
83 set_location_service(self.phone, True)
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/
DRttDisableTest.py72 utils.set_location_service(dut, False)
94 utils.set_location_service(dut, True)
/tools/test/connectivity/acts_tests/tests/google/power/gnss/
DPowerGnssDpoSimTest.py43 utils.set_location_service(self.dut, True)
64 utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBleSarPowerLimitTest.py60 utils.set_location_service(self.bt_device, True)
61 utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DAttachTest.py132 utils.set_location_service(dut, False)
136 utils.set_location_service(dut, True)
DNonConcurrencyTest.py119 utils.set_location_service(dut, False)
121 utils.set_location_service(dut, True)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTetheringPowerTest.py35 from acts.utils import set_location_service
58 set_location_service(self.hotspot_device, False)
DWifiStaApConcurrencyTest.py137 utils.set_location_service(self.dut, True)
144 utils.set_location_service(self.dut, False)
DWifiManagerTest.py350 acts.utils.set_location_service(self.dut, True)
358 acts.utils.set_location_service(self.dut, False)
366 acts.utils.set_location_service(self.dut, True)
DWifiIFSTwTest.py87 utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts_tests/tests/google/ble/scan/
DBleBackgroundScanTest.py53 utils.set_location_service(self.scn_ad, True)
54 utils.set_location_service(self.adv_ad, True)
DBleOnLostOnFoundTest.py47 utils.set_location_service(self.scn_ad, True)
48 utils.set_location_service(self.adv_ad, True)
DBleScanScreenStateTest.py50 utils.set_location_service(self.scn_ad, True)
51 utils.set_location_service(self.adv_ad, True)
DBleOpportunisticScanTest.py53 utils.set_location_service(self.scn_ad, True)
54 utils.set_location_service(self.adv_ad, True)
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py109 utils.set_location_service(ad, True)
129 utils.set_location_service(ad, False)
/tools/test/connectivity/acts_tests/tests/google/power/bt/
DPowerBLEconnectionidleTest.py41 utils.set_location_service(self.client_ad, True)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/
DRttBaseTest.py67 utils.set_location_service(ad, True)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
DAwareBaseTest.py72 utils.set_location_service(ad, True)
/tools/test/connectivity/acts_tests/tests/google/ble/conn_oriented_chan/
DBleCocTest.py59 utils.set_location_service(self.client_ad, True)
DBleCoc2ConnTest.py50 utils.set_location_service(self.client_ad, True)
/tools/test/connectivity/acts_tests/tests/google/gnss/
DLabTtffTest.py130 utils.set_location_service(self.dut, True)

12