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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java95 private final ArrayList<Call> mForegroundCalls; field in class:CallManager
173 mForegroundCalls = new ArrayList<Call>();
308 mForegroundCalls.add(basePhone.getForegroundCall());
332 mForegroundCalls.remove(basePhone.getForegroundCall());
1516 return Collections.unmodifiableList(mForegroundCalls);
1530 return (getFirstActiveCall(mForegroundCalls) != null);
1562 Call call = getFirstNonIdleCall(mForegroundCalls);
1685 return (getFirstCallOfState(mForegroundCalls, Call.State.DISCONNECTED) != null);

Completed in 965 milliseconds