Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallRecordingTonePlayerTest.java96 Call childCall = Mockito.mock(Call.class); in testChildCall() local
98 when(childCall.getParentCall()).thenReturn(parentcall); in testChildCall()
99 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java418 Call childCall = mCallIdMapper.getCall(callId); in setIsConferenced() local
419 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() local
566 if (childCall != null) { in addConferenceCall()
567 childCall.setParentAndChildCall(conferenceCall); in addConferenceCall()
DBluetoothPhoneServiceImpl.java752 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
756 if (mOldHeldCall == childCall) { in updateHeadsetWithCallState()
DCallsManager.java4128 for (Call childCall : parentCall.getChildCalls()) {
4129 PhoneAccountHandle childPhoneAccount = childCall.getTargetPhoneAccount();