Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2915 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
2918 if state_check_func(log, ad, *args, **kwargs):
2928 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument
2930 if state_check_func(log, ad, sub_id, *args, **kwargs):
2939 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument
2944 if not state_check_func(log, ad, *args, **kwargs):
5674 def wait_for_state(state_check_func, argument
5681 if state_check_func(*args, **kwargs) == state: