Searched defs:otherCall (Results 1 – 4 of 4) sorted by relevance
294 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference() local
607 Call otherCall = mCallIdMapper.getCall(otherId); in setConferenceableConnections() local983 void conference(final Call call, Call otherCall) { in conference()
984 public void conference(Call call, Call otherCall) { in conference()
1518 void conferenceWith(Call otherCall) { in conferenceWith()