Searched refs:mBackgroundCalls (Results 1 – 1 of 1) sorted by relevance
101 private final ArrayList<Call> mBackgroundCalls; field in CallManager196 mBackgroundCalls = new ArrayList<Call>(); in CallManager()369 mBackgroundCalls.add(phone.getBackgroundCall()); in registerPhone()397 mBackgroundCalls.remove(phone.getBackgroundCall()); in unregisterPhone()1663 return Collections.unmodifiableList(mBackgroundCalls); in getBackgroundCalls()1690 return (getFirstActiveCall(mBackgroundCalls) != null); in hasActiveBgCall()1701 return (getFirstActiveCall(mBackgroundCalls, subId) != null); in hasActiveBgCall()1799 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall()1828 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall()1963 return (getFirstCallOfState(mBackgroundCalls, Call.State.DISCONNECTED, in hasDisconnectedBgCall()[all …]