Home
last modified time | relevance | path

Searched defs:max_time (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py309 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument
576 def wait_for_ims_registered(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): argument
638 log, ad, max_time=MAX_WAIT_TIME_VOLTE_ENABLED,sub_id=None): argument
728 def wait_for_video_enabled(log, ad, max_time=MAX_WAIT_TIME_VOLTE_ENABLED): argument
765 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): argument
781 def wait_for_wfc_disabled(log, ad, max_time=MAX_WAIT_TIME_WFC_DISABLED): argument
Dtel_phone_setup_utils.py1551 def ensure_phones_idle(log, ads, max_time=MAX_WAIT_TIME_CALL_DROP): argument
1561 def ensure_phone_idle(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP, retry=2): argument
1731 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): argument
1746 def wait_for_voice_attach(log, ad, max_time=MAX_WAIT_TIME_NW_SELECTION): argument
1763 log, ad, sub_id, max_time=MAX_WAIT_TIME_NW_SELECTION): argument
Dtel_test_utils.py1904 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
1917 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument
1928 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument
1962 def wait_for_data_attach(log, ad, max_time): argument
1978 def wait_for_data_attach_for_subscription(log, ad, sub_id, max_time): argument
Dtel_voice_utils.py1934 def wait_for_telecom_ringing(log, ad, max_time=MAX_WAIT_TIME_TELECOM_RINGING): argument
2332 def wait_for_droid_in_call(log, ad, max_time): argument
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py639 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