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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java288 private List<Call> mChildCalls = new LinkedList<>(); field in class:Call
687 return mChildCalls;
1067 switch (mChildCalls.size()) {
1069 mConferenceLevelActiveCall = mChildCalls.get(0);
1073 mConferenceLevelActiveCall = mChildCalls.get(0) == mConferenceLevelActiveCall ?
1074 mChildCalls.get(1) : mChildCalls.get(0);
1127 if (!mChildCalls.contains(call)) {
1131 mChildCalls.add(call);
1140 if (mChildCalls
[all...]

Completed in 58 milliseconds