Home
last modified time | relevance | path

Searched refs:childCall (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallRecordingTonePlayerTest.java157 Call childCall = Mockito.mock(Call.class); in testChildCall() local
159 when(childCall.getParentCall()).thenReturn(parentcall); in testChildCall()
160 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java501 Call childCall = mCallIdMapper.getCall(callId); in setIsConferenced() local
502 if (childCall != null) { in setIsConferenced()
505 childCall.setParentAndChildCall(null); in setIsConferenced()
513 childCall.setParentAndChildCall(conferenceCall); in setIsConferenced()
662 Call childCall = mCallIdMapper.getCall(connId); in addConferenceCall() local
664 if (childCall != null) { in addConferenceCall()
665 childCall.setParentAndChildCall(conferenceCall); in addConferenceCall()
DCallsManager.java5464 for (Call childCall : parentCall.getChildCalls()) {
5465 PhoneAccountHandle childPhoneAccount = childCall.getTargetPhoneAccount();