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 | 5051 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument 5066 max_wait_time=max_time) 5313 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument 5315 while max_time >= 0: 5320 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK 5326 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument 5327 while max_time >= 0: 5332 max_time -= WAIT_TIME_BETWEEN_STATE_CHECK 5337 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument 5339 while max_time > 0: [all …]
|
D | tel_voice_utils.py | 840 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED):
|
/tools/test/connectivity/acts_tests/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/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)
|