Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java100 private final ArrayList<Call> mBackgroundCalls; field in CallManager
191 mBackgroundCalls = new ArrayList<Call>(); in CallManager()
421 mBackgroundCalls.add(basePhone.getBackgroundCall()); in registerPhone()
450 mBackgroundCalls.remove(basePhone.getBackgroundCall()); in unregisterPhone()
1835 return Collections.unmodifiableList(mBackgroundCalls); in getBackgroundCalls()
1859 return (getFirstActiveCall(mBackgroundCalls) != null); in hasActiveBgCall()
1869 return (getFirstActiveCall(mBackgroundCalls, subId) != null); in hasActiveBgCall()
1964 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall()
1992 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall()
2151 return (getFirstCallOfState(mBackgroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedBgCall()
[all …]