Searched refs:childCall (Results 1 – 3 of 3) sorted by relevance
157 Call childCall = Mockito.mock(Call.class); in testChildCall() local159 when(childCall.getParentCall()).thenReturn(parentcall); in testChildCall()160 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall()
501 Call childCall = mCallIdMapper.getCall(callId); in setIsConferenced() local502 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() local664 if (childCall != null) { in addConferenceCall()665 childCall.setParentAndChildCall(conferenceCall); in addConferenceCall()
5464 for (Call childCall : parentCall.getChildCalls()) {5465 PhoneAccountHandle childPhoneAccount = childCall.getTargetPhoneAccount();