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.py55 acts.utils.set_location_service(self.dut1, True)
56 acts.utils.set_location_service(self.dut2, True)
77 acts.utils.set_location_service(self.dut3, True)
91 acts.utils.set_location_service(self.dut1, False)
92 acts.utils.set_location_service(self.dut2, False)
96 acts.utils.set_location_service(self.dut3, False)
/tools/test/connectivity/acts/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)
DBluetoothPairAndConnectTest.py36 from acts.utils import set_location_service
83 set_location_service(self.phone, True)
DBluetoothReconnectTest.py32 from acts.utils import set_location_service
76 set_location_service(self.phone, True)
/tools/test/connectivity/acts/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/google/wifi/aware/functional/
DAttachTest.py132 utils.set_location_service(dut, False)
136 utils.set_location_service(dut, True)
DNonConcurrencyTest.py105 utils.set_location_service(dut, False)
107 utils.set_location_service(dut, 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.py47 utils.set_location_service(ad, True)
/tools/test/connectivity/acts/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/google/wifi/
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)
DWifiManagerTest.py337 acts.utils.set_location_service(self.dut, True)
345 acts.utils.set_location_service(self.dut, False)
353 acts.utils.set_location_service(self.dut, True)
DWifiIFSTwTest.py87 utils.set_location_service(self.dut, True)
DWifiWakeTest.py52 acts.utils.set_location_service(self.dut, True)
/tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/
DBleCoc2ConnTest.py50 utils.set_location_service(self.client_ad, True)
DBleCocTest.py59 utils.set_location_service(self.client_ad, True)
/tools/test/connectivity/acts/framework/acts/
Dutils.py819 def set_location_service(ad, new_state): function
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py273 utils.set_location_service(ad, True)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py105 utils.set_location_service(ad, False)

12