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 | 600 def _wait_for_bluetooth_in_state(log, ad, state, max_wait): argument 612 if max_wait <= 0: 621 ad.ed.pop_event(event, max_wait) 632 def _wait_for_wifi_in_state(log, ad, state, max_wait): argument 633 return _wait_for_droid_in_state(log, ad, max_wait,
|