Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py105 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(
DBtCarHfpTest.py327 calls_in_dialing_or_active = tel_telecom_utils.get_calls_in_states(
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py203 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
Dtel_telecom_utils.py209 calls_in_state = get_calls_in_states(log, ad,
304 def get_calls_in_states(log, ad, call_states): function