Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelPowerTest.py36 from acts.test_utils.tel.tel_voice_utils import phone_idle_3g
687 rat=RAT_3G, phone_check_func_after_power_test=phone_idle_3g)
710 phone_check_func_after_power_test=phone_idle_3g)
834 phone_check_func_after_power_test=phone_idle_3g)
933 phone_check_func_after_power_test=phone_idle_3g)
958 phone_check_func_after_power_test=phone_idle_3g)
1124 phone_check_func_after_power_test=phone_idle_3g)
1152 phone_check_func_after_power_test=phone_idle_3g)
DTelWifiVoiceTest.py86 from acts.test_utils.tel.tel_voice_utils import phone_idle_3g
381 return phone_idle_3g(self.log, self.android_devices[0])
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py943 def phone_idle_3g(log, ad): function