Searched refs:getChildCalls (Results 1 – 6 of 6) sorted by relevance
280 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()
365 if (call.getChildCalls().size() == 1) {698 for (Call childCall : activeCall.getChildCalls()) { in updateHeadsetWithCallState()
91 List<Call> childCalls = call.getChildCalls(); in toParcelableCall()
528 getChildCalls().size(), in toString()1024 public List<Call> getChildCalls() { in getChildCalls() method in Call
1879 !liveCall.getChildCalls().isEmpty()) { in makeRoomForOutgoingCall()1925 for (Call childCall : parentCall.getChildCalls()) { in getFirstChildPhoneAccount()
1075 if (call.getChildCalls().size() > 0) { in orderCallsWithChildrenFirst()