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/tests/google/tel/lab/
DTelLabDataRoamingTest.py35 from acts_contrib.test_utils.tel.tel_test_utils import toggle_cell_data_roaming
123 toggle_cell_data_roaming(self.ad, True)
140 toggle_cell_data_roaming(self.ad, False)
154 toggle_cell_data_roaming(self.ad, True)
171 toggle_cell_data_roaming(self.ad, False)
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DAndroidCellularDut.py47 tel_utils.toggle_cell_data_roaming(self.ad, new_state)
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py488 def toggle_cell_data_roaming(ad, state): function