Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py120 call_state = event['data']['Event']
121 if call_state == state:
127 ad.serial, call_id, call_state))
Dtel_telecom_utils.py100 call_state = event['data']['Event']
108 return call_state
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py928 call_state): argument
945 if ad.droid.telecomCallGetCallState(call_id) != call_state:
947 call_state, ad.droid.telecomCallGetCallState(call_id)))
Dtel_test_utils.py4762 call_state = ad.droid.telephonyGetCallState()
4765 if call_state != TELEPHONY_STATE_IDLE:
4766 ad.log.info("Call_state is %s, not %s", call_state,
4768 return ((not in_call) and (call_state == TELEPHONY_STATE_IDLE))
4797 call_state = ad.droid.telecomCallGetCallState(call_id)
4798 ad.log.info("%s state is %s", call_id, call_state)
4799 return call_state == "ACTIVE"