Searched refs:mForegroundCalls (Results 1 – 2 of 2) sorted by relevance
105 private final ArrayList<Call> mForegroundCalls; field in CallManager197 mForegroundCalls = new ArrayList<Call>(); in CallManager()370 mForegroundCalls.add(phone.getForegroundCall()); in registerPhone()398 mForegroundCalls.remove(phone.getForegroundCall()); in unregisterPhone()1648 return Collections.unmodifiableList(mForegroundCalls); in getForegroundCalls()1664 return (getFirstActiveCall(mForegroundCalls) != null); in hasActiveFgCall()1672 return (getFirstActiveCall(mForegroundCalls, subId) != null); in hasActiveFgCall()1723 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall()1734 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall()1930 return (getFirstCallOfState(mForegroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedFgCall()[all …]
1071 …/CallManager;.INSTANCE:Lcom/android/internal/telephony/CallManager;.mForegroundCalls:Ljava/util/Ar…