Searched refs:max_time (Results 1 – 6 of 6) sorted by relevance
/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 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/ |
D | tel_test_utils.py | 5246 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 …]
|
D | tel_voice_utils.py | 879 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)
|