Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py802 return _wait_for_droid_in_state(log, ad, wait_time, is_sim_ready_by_adb)
815 return _wait_for_droid_in_state(log, ad, wait_time, is_sims_ready_by_adb)
907 return _wait_for_droid_in_state(log, ad, max_wait,
4696 if _wait_for_droid_in_state(log, ad, timeout_value,
4814 if _wait_for_droid_in_state(log, ad, timeout_value,
5313 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, function
5397 return _wait_for_droid_in_state(log, ad, max_time, is_phone_in_call)
5454 return _wait_for_droid_in_state(
5470 return _wait_for_droid_in_state(log, ad, max_time, is_phone_not_in_call)
5502 return _wait_for_droid_in_state(log, ad, max_time, _is_attached,
[all …]