Home
last modified time | relevance | path

Searched refs:childCalls (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java91 List<Call> childCalls = call.getChildCalls(); in toParcelableCall() local
93 if (!childCalls.isEmpty()) { in toParcelableCall()
95 for (Call child : childCalls) { in toParcelableCall()
DInCallController.java1073 LinkedList<Call> childCalls = new LinkedList<>(); in orderCallsWithChildrenFirst() local
1078 childCalls.add(call); in orderCallsWithChildrenFirst()
1081 childCalls.addAll(parentCalls); in orderCallsWithChildrenFirst()
1082 return childCalls; in orderCallsWithChildrenFirst()