Home
last modified time | relevance | path

Searched refs:max_wait (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py607 def _wait_for_bluetooth_in_state(log, ad, state, max_wait): argument
619 if max_wait <= 0:
628 event = ad.ed.pop_event(event, max_wait)
667 def _wait_for_wifi_in_state(log, ad, state, max_wait): argument
668 return _wait_for_droid_in_state(log, ad, max_wait,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py880 def _wait_for_bluetooth_in_state(log, ad, state, max_wait): argument
892 if max_wait <= 0:
901 event = ad.ed.pop_event(event, max_wait)
913 def _wait_for_wifi_in_state(log, ad, state, max_wait): argument
914 return _wait_for_droid_in_state(log, ad, max_wait,