Searched defs:max_time (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/ |
D | tel_utils.py | 639 def wait_for_droid_in_call(log, ad, max_time): argument 654 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 5246 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument 5569 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument 5582 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument 5593 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument 5641 def wait_for_droid_in_call(log, ad, max_time): argument 5697 def wait_for_telecom_ringing(log, ad, max_time=MAX_WAIT_TIME_TELECOM_RINGING): argument 5714 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): argument 5746 def wait_for_voice_attach(log, ad, max_time=MAX_WAIT_TIME_NW_SELECTION): argument 5763 log, ad, sub_id, max_time=MAX_WAIT_TIME_NW_SELECTION): argument 5788 def wait_for_data_attach(log, ad, max_time): argument [all …]
|