Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java442 private List<Call> mChildCalls = new LinkedList<>(); field in Call
1923 return mChildCalls; in getChildCalls()
2760 switch (mChildCalls.size()) { in swapConference()
2762 mConferenceLevelActiveCall = mChildCalls.get(0); in swapConference()
2766 mConferenceLevelActiveCall = mChildCalls.get(0) == mConferenceLevelActiveCall ? in swapConference()
2767 mChildCalls.get(1) : mChildCalls.get(0); in swapConference()
3010 if (!mChildCalls.contains(call)) { in addChildCall()
3015 mChildCalls.add(call); in addChildCall()
3055 if (mChildCalls.remove(call)) { in removeChildCall()