Searched refs:max_time (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 4437 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 …]
|
D | tel_voice_utils.py | 545 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED):
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveProjectFiTest.py | 360 max_time = timeout 361 while max_time >= 0: 365 max_time -= check_interval
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabProjectFiTest.py | 465 max_time = timeout 466 while max_time >= 0: 470 max_time -= check_interval
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | apollo_acts.py | 282 self.logger, calling_phone, max_time=10)
|