Home
last modified time | relevance | path

Searched refs:CALL_STATE_DIALING (Results 1 – 4 of 4) 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.py314 tel_defines.CALL_STATE_DIALING])
337 log, ad, call_id, tel_defines.CALL_STATE_DIALING):
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpTest.py324 tel_defines.CALL_STATE_DIALING,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py321 CALL_STATE_DIALING = "DIALING" variable