Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py651 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, function
668 return _wait_for_droid_in_state(log, ad, max_wait,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py812 return _wait_for_droid_in_state(log, ad, wait_time, is_sim_ready_by_adb)
825 return _wait_for_droid_in_state(log, ad, wait_time, is_sims_ready_by_adb)
914 return _wait_for_droid_in_state(log, ad, max_wait,
4741 if _wait_for_droid_in_state(log, ad, timeout_value,
4859 if _wait_for_droid_in_state(log, ad, timeout_value,
5569 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, function
5653 return _wait_for_droid_in_state(log, ad, max_time, is_phone_in_call)
5710 return _wait_for_droid_in_state(
5726 return _wait_for_droid_in_state(log, ad, max_time, is_phone_not_in_call)
5758 return _wait_for_droid_in_state(log, ad, max_time, _is_attached,
[all …]