Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py654 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
657 if state_check_func(log, ad, *args, **kwargs):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py1904 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
1907 if state_check_func(log, ad, *args, **kwargs):
1917 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument
1919 if state_check_func(log, ad, sub_id, *args, **kwargs):
1928 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument
1933 if not state_check_func(log, ad, *args, **kwargs):
2961 def wait_for_state(state_check_func, argument
2968 if state_check_func(*args, **kwargs) == state:
3814 def change_voice_subid_temporarily(ad, sub_id, state_check_func, params=None): argument
3823 if state_check_func():
[all …]