Searched refs:call_state (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/car/ |
D | tel_telecom_utils.py | 100 call_state = event['data']['Event'] 108 return call_state
|
D | car_telecom_utils.py | 120 call_state = event['data']['Event'] 121 if call_state == state: 127 ad.serial, call_id, call_state))
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveVoiceConfTest.py | 1770 self, ad_hangup, ad_verify, call_id, call_state, ads_active): 1797 if ad_verify.droid.telecomCallGetCallState(call_id) != call_state: 1800 ad_verify.droid.telecomCallGetCallState(call_id), call_state) 1802 ad_verify.log.info("Call in expected %s state", call_state) 4280 call_state=CALL_STATE_ACTIVE, 4305 call_state=self._get_expected_call_state(ads[0]), 4330 call_state=CALL_STATE_ACTIVE, 4355 call_state=self._get_expected_call_state(ads[0]), 4379 call_state=CALL_STATE_ACTIVE, 4404 call_state=self._get_expected_call_state(ads[0]), [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_video_utils.py | 1067 call_state): argument 1084 if ad.droid.telecomCallGetCallState(call_id) != call_state: 1086 call_state, ad.droid.telecomCallGetCallState(call_id)))
|
D | tel_test_utils.py | 2978 call_state = ad.droid.telephonyGetCallState() 2981 if call_state != TELEPHONY_STATE_IDLE: 2982 ad.log.info("Call_state is %s, not %s", call_state, 2984 return ((not in_call) and (call_state == TELEPHONY_STATE_IDLE)) 3012 call_state = ad.droid.telecomCallGetCallState(call_id) 3013 ad.log.info("%s state is %s", call_id, call_state) 3014 return call_state == "ACTIVE"
|