Searched refs:otherCallId (Results 1 – 2 of 2) sorted by relevance
287 public void conference(String callId, String otherCallId) { in conference() argument294 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference()298 Log.w(this, "conference, unknown call id: %s or %s", callId, otherCallId); in conference()
935 final String otherCallId = mCallIdMapper.getCallId(otherCall); in conference() local936 if (callId != null && otherCallId != null && isServiceValid("conference")) { in conference()938 logOutgoing("conference %s %s", callId, otherCallId); in conference()939 mServiceInterface.conference(callId, otherCallId); in conference()