Searched refs:mBackgroundCalls (Results 1 – 2 of 2) 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()1656 return Collections.unmodifiableList(mBackgroundCalls); in getBackgroundCalls()1682 return (getFirstActiveCall(mBackgroundCalls) != null); in hasActiveBgCall()1692 return (getFirstActiveCall(mBackgroundCalls, subId) != null); in hasActiveBgCall()1789 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall()1817 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall()1945 return (getFirstCallOfState(mBackgroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedBgCall()[all …]
1026 …/CallManager;.INSTANCE:Lcom/android/internal/telephony/CallManager;.mBackgroundCalls:Ljava/util/Ar…