Searched refs:mChildCalls (Results 1 – 1 of 1) sorted by relevance
327 private List<Call> mChildCalls = new LinkedList<>(); field in Call1025 return mChildCalls; in getChildCalls()1503 switch (mChildCalls.size()) { in swapConference()1505 mConferenceLevelActiveCall = mChildCalls.get(0); in swapConference()1509 mConferenceLevelActiveCall = mChildCalls.get(0) == mConferenceLevelActiveCall ? in swapConference()1510 mChildCalls.get(1) : mChildCalls.get(0); in swapConference()1620 if (!mChildCalls.contains(call)) { in addChildCall()1624 mChildCalls.add(call); in addChildCall()1635 if (mChildCalls.remove(call)) { in removeChildCall()