Searched refs:wait_for_state (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 36 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 140 if not wait_for_state( 155 if not wait_for_state(
|
D | tel_data_utils.py | 83 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 1084 if wait_for_state(provider.droid.bluetoothPanIsTetheringOn, True): 1422 if wait_for_state(ad_download.droid.audioIsMusicActive, True, 15, 1): 1513 if wait_for_state(ad_download.droid.audioIsMusicActive, True, 15, 1):
|
D | tel_test_utils.py | 1436 if not wait_for_state(ad.droid.telecomIsInCall, False, 15, 1): 3778 if wait_for_state(ad.droid.audioIsMusicActive, True, 15, 1): 5258 return wait_for_state( 5689 if not wait_for_state(is_phone_in_call_active, True, timeout, interval, 8874 def wait_for_state(state_check_func, function 8928 if wait_for_state(verify_func, SIM_STATE_READY, 11143 if not wait_for_state( 11153 if not wait_for_state( 11162 if not wait_for_state( 11177 if not wait_for_state(
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveStressFdrTest.py | 45 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 132 if not wait_for_state(self.dut.droid.imsIsVolteProvisionedOnDevice, 218 if not wait_for_state(self.dut.droid.imsIsVolteProvisionedOnDevice,
|
D | TelLiveRebootStressTest.py | 64 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 155 if not wait_for_state(self.dut.droid.imsIsVolteProvisionedOnDevice, 166 if not wait_for_state(self.dut.droid.imsIsVolteProvisionedOnDevice, 270 if not wait_for_state(self.dut.droid.imsIsVolteProvisionedOnDevice,
|
D | TelLiveProjectFiTest.py | 38 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 472 if wait_for_state(self.check_network_carrier, True, check_interval,
|
D | TelWifiVoiceTest.py | 80 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 134 if not wait_for_state(ad.droid.imsIsVolteProvisionedOnDevice,
|
D | TelLiveDSDSVoiceTest.py | 82 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabProjectFiTest.py | 52 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_state 580 if wait_for_state(self.check_network_carrier, True, check_interval,
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiStressTest.py | 160 if tutils.wait_for_state(ad.droid.audioIsMusicActive, True, 15, 1):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | gnss_test_utils.py | 1282 if tutils.wait_for_state(ad.droid.audioIsMusicActive, True, 15, 1):
|