Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java291 Call childCall = mCallIdMapper.getCall(callId); in setIsConferenced() local
292 if (childCall != null) { in setIsConferenced()
295 childCall.setParentCall(null); in setIsConferenced()
298 childCall.setParentCall(conferenceCall); in setIsConferenced()
383 Call childCall = mCallIdMapper.getCall(connId); in addConferenceCall() local
385 if (childCall != null) { in addConferenceCall()
386 childCall.setParentCall(conferenceCall); in addConferenceCall()
DBluetoothPhoneServiceImpl.java698 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
702 if (mOldHeldCall == childCall) { in updateHeadsetWithCallState()
DCallsManager.java1925 for (Call childCall : parentCall.getChildCalls()) { in getFirstChildPhoneAccount()
1926 PhoneAccountHandle childPhoneAccount = childCall.getTargetPhoneAccount(); in getFirstChildPhoneAccount()