Searched refs:max_wait (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 873 def _wait_for_bluetooth_in_state(log, ad, state, max_wait): argument 885 if max_wait <= 0: 894 event = ad.ed.pop_event(event, max_wait) 906 def _wait_for_wifi_in_state(log, ad, state, max_wait): argument 907 return _wait_for_droid_in_state(log, ad, max_wait,
|