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.java158 Call childCall = Mockito.mock(Call.class); in testChildCall() local
160 when(childCall.getParentCall()).thenReturn(parentcall); in testChildCall()
161 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java425 Call childCall = mCallIdMapper.getCall(callId); in setIsConferenced() local
426 if (childCall != null) { in setIsConferenced()
429 childCall.setParentAndChildCall(null); in setIsConferenced()
432 childCall.setParentAndChildCall(conferenceCall); in setIsConferenced()
572 Call childCall = mCallIdMapper.getCall(connId); in addConferenceCall() local
574 if (childCall != null) { in addConferenceCall()
575 childCall.setParentAndChildCall(conferenceCall); in addConferenceCall()
DBluetoothPhoneServiceImpl.java752 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
756 if (mOldHeldCall == childCall) { in updateHeadsetWithCallState()
DCallsManager.java4179 for (Call childCall : parentCall.getChildCalls()) {
4180 PhoneAccountHandle childPhoneAccount = childCall.getTargetPhoneAccount();