/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 572 def wait_for_ims_registered(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): argument 634 log, ad, max_time=MAX_WAIT_TIME_VOLTE_ENABLED,sub_id=None): argument 724 def wait_for_video_enabled(log, ad, max_time=MAX_WAIT_TIME_VOLTE_ENABLED): argument 761 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): argument 777 def wait_for_wfc_disabled(log, ad, max_time=MAX_WAIT_TIME_WFC_DISABLED): argument
|
D | tel_phone_setup_utils.py | 1546 def ensure_phones_idle(log, ads, max_time=MAX_WAIT_TIME_CALL_DROP): argument 1556 def ensure_phone_idle(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP, retry=2): argument 1704 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): argument 1719 def wait_for_voice_attach(log, ad, max_time=MAX_WAIT_TIME_NW_SELECTION): argument 1736 log, ad, sub_id, max_time=MAX_WAIT_TIME_NW_SELECTION): argument
|
D | tel_test_utils.py | 1897 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument 1910 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument 1921 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument 1955 def wait_for_data_attach(log, ad, max_time): argument 1971 def wait_for_data_attach_for_subscription(log, ad, sub_id, max_time): argument
|
D | tel_voice_utils.py | 1929 def wait_for_telecom_ringing(log, ad, max_time=MAX_WAIT_TIME_TELECOM_RINGING): argument 2327 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
|