Searched refs:getChildCalls (Results 1 – 4 of 4) sorted by relevance
186 List<Call> childCalls = call.getChildCalls(); in toParcelableCall()
908 getChildCalls().size(), in toString()2067 public List<Call> getChildCalls() { in getChildCalls() method in Call3155 if (parentCall != null && !parentCall.getChildCalls().contains(this)) { in setChildOf()
4247 !liveCall.getChildCalls().isEmpty()) {4354 !liveCall.getChildCalls().isEmpty()) {4399 for (Call childCall : parentCall.getChildCalls()) {
2121 if (call.getChildCalls().size() > 0) { in orderCallsWithChildrenFirst()