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.java103 private final ArrayList<Call> mForegroundCalls; field in CallManager
195 mForegroundCalls = new ArrayList<Call>(); in CallManager()
368 mForegroundCalls.add(phone.getForegroundCall()); in registerPhone()
396 mForegroundCalls.remove(phone.getForegroundCall()); in unregisterPhone()
1656 return Collections.unmodifiableList(mForegroundCalls); in getForegroundCalls()
1672 return (getFirstActiveCall(mForegroundCalls) != null); in hasActiveFgCall()
1681 return (getFirstActiveCall(mForegroundCalls, subId) != null); in hasActiveFgCall()
1733 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall()
1744 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall()
1942 return (getFirstCallOfState(mForegroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedFgCall()
[all …]