Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py639 def wait_for_droid_in_call(log, ad, max_time): argument
651 return _wait_for_droid_in_state(log, ad, max_time, is_phone_in_call)
654 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
656 while max_time >= 0:
661 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py5246 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument
5261 max_time,
5569 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
5571 while max_time >= 0:
5576 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK
5582 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument
5583 while max_time >= 0:
5588 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK
5593 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument
5595 while max_time > 0:
[all …]
Dtel_voice_utils.py879 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED):
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py360 max_time = timeout
361 while max_time >= 0:
365 max_time -= check_interval
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py465 max_time = timeout
466 while max_time >= 0:
470 max_time -= check_interval
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py282 self.logger, calling_phone, max_time=10)