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.java408 private List<Call> mChildCalls = new LinkedList<>(); field in Call
1619 return mChildCalls; in getChildCalls()
2260 switch (mChildCalls.size()) { in swapConference()
2262 mConferenceLevelActiveCall = mChildCalls.get(0); in swapConference()
2266 mConferenceLevelActiveCall = mChildCalls.get(0) == mConferenceLevelActiveCall ? in swapConference()
2267 mChildCalls.get(1) : mChildCalls.get(0); in swapConference()
2487 if (!mChildCalls.contains(call)) { in addChildCall()
2492 mChildCalls.add(call); in addChildCall()
2503 if (mChildCalls.remove(call)) { in removeChildCall()