Home
last modified time | relevance | path

Searched refs:mForegroundCalls (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java106 private final ArrayList<Call> mForegroundCalls; field in CallManager
198 mForegroundCalls = new ArrayList<Call>(); in CallManager()
371 mForegroundCalls.add(phone.getForegroundCall()); in registerPhone()
399 mForegroundCalls.remove(phone.getForegroundCall()); in unregisterPhone()
1659 return Collections.unmodifiableList(mForegroundCalls); in getForegroundCalls()
1675 return (getFirstActiveCall(mForegroundCalls) != null); in hasActiveFgCall()
1684 return (getFirstActiveCall(mForegroundCalls, subId) != null); in hasActiveFgCall()
1736 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall()
1747 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall()
1945 return (getFirstCallOfState(mForegroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedFgCall()
[all …]