Home
last modified time | relevance | path

Searched defs:otherCallId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java180 public void consultativeTransfer(String callId, String otherCallId) { in consultativeTransfer()
441 public void conference(String callId, String otherCallId) { in conference()
DConnectionServiceWrapper.java1662 final String otherCallId = mCallIdMapper.getCallId(otherCall); in transfer() local
1749 final String otherCallId = mCallIdMapper.getCallId(otherCall); in conference() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java307 public void consultativeTransfer(String callId, String otherCallId, in consultativeTransfer()