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.java322 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testConferenceInProgressCDMA()
371 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testListCurrentCallsCdmaHold()
413 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testListCurrentCallsCdmaConference()
649 when(parentConfCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testCDMAConferenceQueryState()
786 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testProcessChldHoldActiveSwapConference()
836 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testOnCallAddedCdmaActiveHold()
970 when(parentCall.getChildCalls()).thenReturn(calls); in testOnIsConferencedChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java383 if (call.getChildCalls().size() == 1) {
727 int numChildrenOfActiveCall = activeCall == null ? 0 : activeCall.getChildCalls().size(); in updateHeadsetWithCallState()
748 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
DCall.java731 getChildCalls().size(), in toString()
1618 public List<Call> getChildCalls() { in getChildCalls() method in Call
2457 if (parentCall != null && !parentCall.getChildCalls().contains(this)) { in setChildOf()
DParcelableCallUtils.java185 List<Call> childCalls = call.getChildCalls(); in toParcelableCall()
DInCallController.java1591 if (call.getChildCalls().size() > 0) { in orderCallsWithChildrenFirst()
DCallsManager.java3425 !liveCall.getChildCalls().isEmpty()) {
3472 for (Call childCall : parentCall.getChildCalls()) {