Searched refs:call_state (Results 1 – 4 of 4) sorted by relevance
120 call_state = event['data']['Event']121 if call_state == state:127 ad.serial, call_id, call_state))
100 call_state = event['data']['Event']108 return call_state
928 call_state): argument945 if ad.droid.telecomCallGetCallState(call_id) != call_state:947 call_state, ad.droid.telecomCallGetCallState(call_id)))
4762 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"