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.py794 return _wait_for_droid_in_state(log, ad, wait_time, is_sim_ready_by_adb)
807 return _wait_for_droid_in_state(log, ad, wait_time, is_sims_ready_by_adb)
890 return _wait_for_droid_in_state(log, ad, max_wait,
3322 if _wait_for_droid_in_state(log, ad, timeout_value,
3440 if _wait_for_droid_in_state(log, ad, timeout_value,
3766 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, function
3850 return _wait_for_droid_in_state(log, ad, max_time, is_phone_in_call)
3907 return _wait_for_droid_in_state(
3923 return _wait_for_droid_in_state(log, ad, max_time, is_phone_not_in_call)
3955 return _wait_for_droid_in_state(log, ad, max_time, _is_attached,
[all …]