Searched defs:max_time (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 4437 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument 4699 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument 4712 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument 4723 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument 4771 def wait_for_droid_in_call(log, ad, max_time): argument 4827 def wait_for_telecom_ringing(log, ad, max_time=MAX_WAIT_TIME_TELECOM_RINGING): argument 4844 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): argument 4876 def wait_for_voice_attach(log, ad, max_time=MAX_WAIT_TIME_NW_SELECTION): argument 4893 log, ad, sub_id, max_time=MAX_WAIT_TIME_NW_SELECTION): argument 4918 def wait_for_data_attach(log, ad, max_time): argument [all …]
|