Searched refs:_wait_for_wifi_in_state (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/ |
D | tel_utils.py | 477 if new_state and not _wait_for_wifi_in_state(log, ad, False, 667 def _wait_for_wifi_in_state(log, ad, state, max_wait): function
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 630 if new_state and not tel_utils._wait_for_wifi_in_state(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 747 def _wait_for_wifi_in_state(log, ad, state, max_wait): function 837 if new_state and not _wait_for_wifi_in_state(log, ad, False,
|