Searched refs:getChildCalls (Results 1 – 6 of 6) sorted by relevance
323 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testConferenceInProgressCDMA()372 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testListCurrentCallsCdmaHold()414 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testListCurrentCallsCdmaConference()650 when(parentConfCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testCDMAConferenceQueryState()787 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testProcessChldHoldActiveSwapConference()837 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{ in testOnCallAddedCdmaActiveHold()1029 when(parentCall.getChildCalls()).thenReturn(calls); in testOnIsConferencedChanged()
387 if (call.getChildCalls().size() == 1) {731 int numChildrenOfActiveCall = activeCall == null ? 0 : activeCall.getChildCalls().size(); in updateHeadsetWithCallState()752 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
827 getChildCalls().size(), in toString()1846 public List<Call> getChildCalls() { in getChildCalls() method in Call2891 if (parentCall != null && !parentCall.getChildCalls().contains(this)) { in setChildOf()
184 List<Call> childCalls = call.getChildCalls(); in toParcelableCall()
3984 !liveCall.getChildCalls().isEmpty()) {4083 !liveCall.getChildCalls().isEmpty()) {4128 for (Call childCall : parentCall.getChildCalls()) {
1817 if (call.getChildCalls().size() > 0) { in orderCallsWithChildrenFirst()