Searched refs:mForegroundCalls (Results 1 – 1 of 1) sorted by relevance
102 private final ArrayList<Call> mForegroundCalls; field in CallManager193 mForegroundCalls = new ArrayList<Call>(); in CallManager()382 mForegroundCalls.add(phone.getForegroundCall()); in registerPhone()409 mForegroundCalls.remove(phone.getForegroundCall()); in unregisterPhone()1791 return Collections.unmodifiableList(mForegroundCalls); in getForegroundCalls()1805 return (getFirstActiveCall(mForegroundCalls) != null); in hasActiveFgCall()1813 return (getFirstActiveCall(mForegroundCalls, subId) != null); in hasActiveFgCall()1862 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall()1872 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall()2099 return (getFirstCallOfState(mForegroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedFgCall()[all …]