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.java192 Call otherCall = mCallIdMapper.getCall(otherCallId); in consultativeTransfer() local
474 Call otherCall = mCallIdMapper.getCall(otherCallId); in conference() local
DConnectionServiceWrapper.java966 Call otherCall = mCallIdMapper.getCall(otherId); in setConferenceableConnections() local
2273 void transfer(Call call, Call otherCall) { in transfer()
2367 void conference(final Call call, Call otherCall) { in conference()
DCall.java3211 public void transfer(Call otherCall) { in transfer()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java3471 Call otherCall = addSpyCall(CONNECTION_MGR_1_HANDLE, CallState.ON_HOLD); in testSelfManagedHandoverToIsAccepted() local
3536 Call otherCall = addSpyCall(CONNECTION_MGR_1_HANDLE, CallState.ON_HOLD); in testSelfManagedHandoverFromIsAccepted() local