Searched refs:mForegroundCalls (Results 1 – 1 of 1) sorted by relevance
106 private final ArrayList<Call> mForegroundCalls; field in CallManager198 mForegroundCalls = new ArrayList<Call>(); in CallManager()371 mForegroundCalls.add(phone.getForegroundCall()); in registerPhone()399 mForegroundCalls.remove(phone.getForegroundCall()); in unregisterPhone()1659 return Collections.unmodifiableList(mForegroundCalls); in getForegroundCalls()1675 return (getFirstActiveCall(mForegroundCalls) != null); in hasActiveFgCall()1684 return (getFirstActiveCall(mForegroundCalls, subId) != null); in hasActiveFgCall()1736 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall()1747 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall()1945 return (getFirstCallOfState(mForegroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedFgCall()[all …]