Searched refs:_wait_for_droid_in_state (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 551 return _wait_for_droid_in_state(log, ad, wait_time, is_sim_ready_by_adb) 633 return _wait_for_droid_in_state(log, ad, max_wait, 948 if not _wait_for_droid_in_state( 2563 if _wait_for_droid_in_state(log, ad, timeout_value, 2681 if _wait_for_droid_in_state(log, ad, timeout_value, 2915 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, function 2999 return _wait_for_droid_in_state(log, ad, max_time, is_phone_in_call) 3049 return _wait_for_droid_in_state( 3065 return _wait_for_droid_in_state(log, ad, max_time, is_phone_not_in_call) 3097 return _wait_for_droid_in_state(log, ad, max_time, _is_attached, [all …]
|