Home
last modified time | relevance | path

Searched refs:getChildCalls (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java280 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testConferenceInProgressCDMA()
327 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testListCurrentCallsCdmaHold()
368 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testListCurrentCallsCdmaConference()
564 when(parentConfCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testCDMAConferenceQueryState()
690 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testProcessChldHoldActiveSwapConference()
726 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testOnCallAddedCdmaActiveHold()
832 when(parentCall.getChildCalls()).thenReturn(calls); in testOnIsConferencedChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java365 if (call.getChildCalls().size() == 1) {
698 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
DParcelableCallUtils.java91 List<Call> childCalls = call.getChildCalls(); in toParcelableCall()
DCall.java528 getChildCalls().size(), in toString()
1024 public List<Call> getChildCalls() { in getChildCalls() method in Call
DCallsManager.java1879 !liveCall.getChildCalls().isEmpty()) { in makeRoomForOutgoingCall()
1925 for (Call childCall : parentCall.getChildCalls()) { in getFirstChildPhoneAccount()
DInCallController.java1075 if (call.getChildCalls().size() > 0) { in orderCallsWithChildrenFirst()