Home
last modified time | relevance | path

Searched defs:otherCall (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java191 Call otherCall = mCallIdMapper.getCall(otherCallId); in consultativeTransfer() local
467 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference() local
DConnectionServiceWrapper.java916 Call otherCall = mCallIdMapper.getCall(otherId); in setConferenceableConnections() local
2119 void transfer(Call call, Call otherCall) { in transfer()
2206 void conference(final Call call, Call otherCall) { in conference()
DCall.java2878 public void transfer(Call otherCall) { in transfer()
3148 void conferenceWith(Call otherCall) { in conferenceWith()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java2947 Call otherCall = addSpyCall(CONNECTION_MGR_1_HANDLE, CallState.ON_HOLD); in testSelfManagedHandoverToIsAccepted() local
3021 Call otherCall = addSpyCall(CONNECTION_MGR_1_HANDLE, CallState.ON_HOLD); in testSelfManagedHandoverFromIsAccepted() local