Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/p2p/
DWifiP2pBaseTest.py39 acts.utils.set_location_service(self.dut1, True)
40 acts.utils.set_location_service(self.dut2, True)
61 acts.utils.set_location_service(self.dut3, True)
75 acts.utils.set_location_service(self.dut1, False)
76 acts.utils.set_location_service(self.dut2, False)
80 acts.utils.set_location_service(self.dut3, False)
/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothLatencyTest.py31 from acts.utils import set_location_service
77 set_location_service(self.client_device, True)
78 set_location_service(self.server_device, True)
DBluetoothThroughputTest.py27 from acts.utils import set_location_service
73 set_location_service(self.client_device, True)
74 set_location_service(self.server_device, True)
DBluetoothReconnectTest.py29 from acts.utils import set_location_service
72 set_location_service(self.phone, True)
DBluetoothPairAndConnectTest.py33 from acts.utils import set_location_service
79 set_location_service(self.phone, True)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiManagerTest.py333 acts.utils.set_location_service(self.dut, True)
341 acts.utils.set_location_service(self.dut, False)
349 acts.utils.set_location_service(self.dut, True)
DWifiTetheringPowerTest.py35 from acts.utils import set_location_service
58 set_location_service(self.hotspot_device, False)
DWifiStaApConcurrencyTest.py124 utils.set_location_service(self.dut, True)
131 utils.set_location_service(self.dut, False)
DWifiIFSTwTest.py87 utils.set_location_service(self.dut, True)
DWifiWakeTest.py48 acts.utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts_tests/tests/google/power/gnss/
DPowerGnssDpoSimTest.py43 utils.set_location_service(self.dut, True)
56 utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRttDisableTest.py67 utils.set_location_service(dut, False)
89 utils.set_location_service(dut, True)
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBleSarPowerLimitTest.py57 utils.set_location_service(self.bt_device, True)
58 utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DAttachTest.py132 utils.set_location_service(dut, False)
136 utils.set_location_service(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/framework/acts/test_utils/wifi/rtt/
DRttBaseTest.py42 utils.set_location_service(ad, True)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
DAwareBaseTest.py45 utils.set_location_service(ad, True)
/tools/test/connectivity/acts_tests/tests/google/ble/conn_oriented_chan/
DBleCocTest.py54 utils.set_location_service(self.client_ad, True)
DBleCoc2ConnTest.py50 utils.set_location_service(self.client_ad, True)
/tools/test/connectivity/acts/framework/acts/
Dutils.py821 def set_location_service(ad, new_state): function
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py297 utils.set_location_service(ad, True)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py107 utils.set_location_service(ad, False)

12