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.java288 public void conference(String callId, String otherCallId) { in conference() argument
295 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference()
299 Log.w(this, "conference, unknown call id: %s or %s", callId, otherCallId); in conference()
DConnectionServiceWrapper.java1207 final String otherCallId = mCallIdMapper.getCallId(otherCall); in conference() local
1208 if (callId != null && otherCallId != null && isServiceValid("conference")) { in conference()
1210 logOutgoing("conference %s %s", callId, otherCallId); in conference()
1211 mServiceInterface.conference(callId, otherCallId, Log.getExternalSession()); in conference()