Searched refs:childCall (Results 1 – 4 of 4) sorted by relevance
96 Call childCall = Mockito.mock(Call.class); in testChildCall() local98 when(childCall.getParentCall()).thenReturn(parentcall); in testChildCall()99 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall()
418 Call childCall = mCallIdMapper.getCall(callId); in setIsConferenced() local419 if (childCall != null) { in setIsConferenced()422 childCall.setParentAndChildCall(null); in setIsConferenced()425 childCall.setParentAndChildCall(conferenceCall); in setIsConferenced()564 Call childCall = mCallIdMapper.getCall(connId); in addConferenceCall() local566 if (childCall != null) { in addConferenceCall()567 childCall.setParentAndChildCall(conferenceCall); in addConferenceCall()
752 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()756 if (mOldHeldCall == childCall) { in updateHeadsetWithCallState()
4128 for (Call childCall : parentCall.getChildCalls()) {4129 PhoneAccountHandle childPhoneAccount = childCall.getTargetPhoneAccount();