Searched refs:mBackgroundCalls (Results 1 – 1 of 1) sorted by relevance
99 private final ArrayList<Call> mBackgroundCalls; field in CallManager192 mBackgroundCalls = new ArrayList<Call>(); in CallManager()381 mBackgroundCalls.add(phone.getBackgroundCall()); in registerPhone()408 mBackgroundCalls.remove(phone.getBackgroundCall()); in unregisterPhone()1799 return Collections.unmodifiableList(mBackgroundCalls); in getBackgroundCalls()1823 return (getFirstActiveCall(mBackgroundCalls) != null); in hasActiveBgCall()1833 return (getFirstActiveCall(mBackgroundCalls, subId) != null); in hasActiveBgCall()1928 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall()1956 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall()2115 return (getFirstCallOfState(mBackgroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedBgCall()[all …]