Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py112 self.log, self.re, [tel_defines.CALL_STATE_RINGING])
145 self.log, self.re2, [tel_defines.CALL_STATE_RINGING])
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dtel_telecom_utils.py297 log, ad, call_id, tel_defines.CALL_STATE_RINGING) != \
298 tel_defines.CALL_STATE_RINGING:
Dcar_telecom_utils.py350 if ad.droid.telecomCallGetCallState(c_id) == tel_defines.CALL_STATE_RINGING:
373 log, ad, call_id, tel_defines.CALL_STATE_RINGING):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py390 CALL_STATE_RINGING = "RINGING" variable
Dtel_video_utils.py20 from acts.test_utils.tel.tel_defines import CALL_STATE_RINGING