Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabDataRoamingTest.py35 from acts.test_utils.tel.tel_test_utils import toggle_cell_data_roaming
124 toggle_cell_data_roaming(self.ad, True)
141 toggle_cell_data_roaming(self.ad, False)
155 toggle_cell_data_roaming(self.ad, True)
172 toggle_cell_data_roaming(self.ad, False)
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DBaseSimulation.py26 from acts.test_utils.tel.tel_test_utils import toggle_cell_data_roaming
111 toggle_cell_data_roaming(self.dut, True)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3486 def toggle_cell_data_roaming(ad, state): function