Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dtel_telecom_utils.py211 tel_defines.CALL_STATE_DIALING])
234 log, ad, call_id, tel_defines.CALL_STATE_DIALING)
238 log, ad, call_id, tel_defines.CALL_STATE_DIALING) != \
239 tel_defines.CALL_STATE_DIALING:
242 if curr_state != tel_defines.CALL_STATE_DIALING:
Dcar_telecom_utils.py296 tel_defines.CALL_STATE_DIALING])
319 log, ad, call_id, tel_defines.CALL_STATE_DIALING):
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py106 self.log, self.hf, [tel_defines.CALL_STATE_DIALING])
139 self.log, self.hf, [tel_defines.CALL_STATE_DIALING])
DBtCarHfpTest.py324 tel_defines.CALL_STATE_DIALING,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py389 CALL_STATE_DIALING = "DIALING" variable