Searched refs:call_conf_id (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_voice_conf_utils.py | 202 call_conf_id = None 205 call_conf_id = get_cep_conference_call_id(ads[0]) 206 if call_conf_id is not None: 208 calls.remove(call_conf_id) 210 call_conf_id)) != set(calls)): 213 ads[0].droid.telecomCallGetCallChildren(call_conf_id)) 217 .droid.telecomCallGetProperties(call_conf_id)): 218 ads[0].log.error("Conf call id % properties wrong: %s", call_conf_id, 219 ads[0].droid.telecomCallGetProperties(call_conf_id)) 223 .droid.telecomCallGetCapabilities(call_conf_id)): [all …]
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveVoiceConfTest.py | 183 call_conf_id = call_id 187 return call_ab_id, call_ac_id, call_conf_id 217 call_conf_id = None 225 call_conf_id = call_id 241 return call_ab_id, call_ac_id, call_conf_id 271 call_conf_id = None 279 call_conf_id = call_id 295 return call_ab_id, call_ac_id, call_conf_id 410 def _test_1x_merge_conference(self, host, participant_list, call_conf_id): argument 426 host.droid.telecomCallMergeToConf(call_conf_id) [all …]
|
D | TelLiveVideoTest.py | 1687 call_conf_id = None 1690 call_conf_id = call_id 1691 if not call_conf_id: 1699 call_conf_id) != CALL_STATE_ACTIVE: 1702 call_conf_id, 1703 ads[0].droid.telecomCallGetCallState(call_conf_id))) 1747 call_conf_id = get_cep_conference_call_id(ads[0]) 1748 if call_conf_id is None: 1753 calls.remove(call_conf_id) 1754 if (set(ads[0].droid.telecomCallGetCallChildren(call_conf_id)) != [all …]
|