Home
last modified time | relevance | path

Searched refs:tel_utils (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DAndroidCellularDut.py17 from acts.controllers.android_lib.tel import tel_utils
39 tel_utils.toggle_airplane_mode(self.log, self.ad, new_state)
47 tel_utils.toggle_cell_data_roaming(self.ad, new_state)
57 return tel_utils.get_rx_tx_power_levels(self.log, self.ad)
76 formatted_type = tel_utils.NETWORK_MODE_LTE_ONLY
78 formatted_type = tel_utils.NETWORK_MODE_WCDMA_ONLY
80 formatted_type = tel_utils.NETWORK_MODE_GSM_ONLY
94 tel_utils.get_telephony_signal_strength(self.ad)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTetheringPowerTest.py27 from acts_contrib.test_utils.tel import tel_data_utils as tel_utils unknown
65 tel_utils.wait_for_cell_data_connection(self.log, self.hotspot_device, True)
67 tel_utils.verify_http_connection(self.log, self.hotspot_device),
DWifiChannelSwitchStressTest.py22 import acts_contrib.test_utils.tel.tel_test_utils as tel_utils namespace
72 init_sim_state = tel_utils.is_sim_ready(self.log, self.dut)
DWifiStaApConcurrencyTest.py31 import acts_contrib.test_utils.tel.tel_test_utils as tel_utils namespace
307 init_sim_state = tel_utils.is_sim_ready(self.log, ad)
DWifiSoftApMultiCountryTest.py32 from acts_contrib.test_utils.tel import tel_test_utils as tel_utils unknown
DWifiSoftApTest.py24 from acts_contrib.test_utils.tel import tel_test_utils as tel_utils unknown
190 initial_cell_state = tel_utils.is_sim_ready(self.log, self.dut)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py22 from acts.controllers.android_lib.tel.tel_utils import initiate_call
23 from acts.controllers.android_lib.tel.tel_utils import wait_for_droid_in_call