Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py4437 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument
4452 max_wait_time=max_time)
4699 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
4701 while max_time >= 0:
4706 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK
4712 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument
4713 while max_time >= 0:
4718 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK
4723 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument
4725 while max_time > 0:
[all …]
Dtel_voice_utils.py545 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED):
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveProjectFiTest.py360 max_time = timeout
361 while max_time >= 0:
365 max_time -= check_interval
/tools/test/connectivity/acts/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)