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()1798 return Collections.unmodifiableList(mBackgroundCalls); in getBackgroundCalls()1822 return (getFirstActiveCall(mBackgroundCalls) != null); in hasActiveBgCall()1832 return (getFirstActiveCall(mBackgroundCalls, subId) != null); in hasActiveBgCall()1927 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall()1955 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall()2114 return (getFirstCallOfState(mBackgroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedBgCall()[all …]