Searched refs:otherCall (Results 1 – 6 of 6) sorted by relevance
294 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference() local295 if (call != null && otherCall != null) { in conference()296 mCallsManager.conference(call, otherCall); in conference()
595 Call otherCall = mCallIdMapper.getCall(otherId); in setConferenceableConnections() local596 if (otherCall != null && otherCall != call) { in setConferenceableConnections()597 conferenceableCalls.add(otherCall); in setConferenceableConnections()933 void conference(final Call call, Call otherCall) { in conference() argument935 final String otherCallId = mCallIdMapper.getCallId(otherCall); in conference()
115 for (Call otherCall : conferenceableCalls) { in toParcelableCall()116 conferenceableCallIds.add(otherCall.getId()); in toParcelableCall()
327 for (Call otherCall : mCallsManager.getCalls()) {328 if (otherCall.getState() == CallState.CONNECTING) {
1467 void conferenceWith(Call otherCall) { in conferenceWith() argument1471 Log.event(this, Log.Events.CONFERENCE_WITH, otherCall); in conferenceWith()1472 mConnectionService.conference(this, otherCall); in conferenceWith()
973 public void conference(Call call, Call otherCall) { in conference() argument974 call.conferenceWith(otherCall); in conference()