/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 309 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
|
D | tel_phone_setup_utils.py | 1551 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
|
D | tel_test_utils.py | 1904 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
|
D | tel_voice_utils.py | 1934 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/ |
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
|