Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveSettingsTest.py44 from acts.utils import set_mobile_data_always_on
100 set_mobile_data_always_on(self.dut, False)
117 set_mobile_data_always_on(self.dut, True)
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerCoexBaseTest.py58 utils.set_mobile_data_always_on(self.dut, True)
/tools/test/connectivity/acts/framework/acts/
Dutils.py842 def set_mobile_data_always_on(ad, new_state): function