Searched refs:get_calls_in_states (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
D | BtCarHfpConferenceTest.py | 105 call_1 = car_telecom_utils.get_calls_in_states( 111 re_ringing_call_id = car_telecom_utils.get_calls_in_states( 138 call_2 = car_telecom_utils.get_calls_in_states( 144 re2_ringing_call_id = car_telecom_utils.get_calls_in_states(
|
D | BtCarHfpTest.py | 327 calls_in_dialing_or_active = tel_telecom_utils.get_calls_in_states(
|
/tools/test/connectivity/acts/framework/acts/test_utils/car/ |
D | car_telecom_utils.py | 203 call_ids = get_calls_in_states(log, ad, [tel_defines.CALL_STATE_ACTIVE]) 294 calls_in_state = get_calls_in_states(log, ad, 448 participant_callers = get_calls_in_states(log, ad, [tel_defines.CALL_STATE_ACTIVE]) 471 def get_calls_in_states(log, ad, call_states): function
|
D | tel_telecom_utils.py | 209 calls_in_state = get_calls_in_states(log, ad, 304 def get_calls_in_states(log, ad, call_states): function
|