Searched refs:mChildCalls (Results 1 – 1 of 1) sorted by relevance
465 private List<Call> mChildCalls = new LinkedList<>(); field in Call2068 return mChildCalls; in getChildCalls()2916 switch (mChildCalls.size()) { in swapConference()2918 mConferenceLevelActiveCall = mChildCalls.get(0); in swapConference()2922 mConferenceLevelActiveCall = mChildCalls.get(0) == mConferenceLevelActiveCall ? in swapConference()2923 mChildCalls.get(1) : mChildCalls.get(0); in swapConference()3185 if (!mChildCalls.contains(call)) { in addChildCall()3190 mChildCalls.add(call); in addChildCall()3230 if (mChildCalls.remove(call)) { in removeChildCall()