Home
last modified time | relevance | path

Searched refs:otherCallId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java287 public void conference(String callId, String otherCallId) { in conference() argument
294 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference()
298 Log.w(this, "conference, unknown call id: %s or %s", callId, otherCallId); in conference()
DConnectionServiceWrapper.java935 final String otherCallId = mCallIdMapper.getCallId(otherCall); in conference() local
936 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()