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.java102 private final ArrayList<Call> mBackgroundCalls; field in CallManager
197 mBackgroundCalls = new ArrayList<Call>(); in CallManager()
370 mBackgroundCalls.add(phone.getBackgroundCall()); in registerPhone()
398 mBackgroundCalls.remove(phone.getBackgroundCall()); in unregisterPhone()
1667 return Collections.unmodifiableList(mBackgroundCalls); in getBackgroundCalls()
1694 return (getFirstActiveCall(mBackgroundCalls) != null); in hasActiveBgCall()
1705 return (getFirstActiveCall(mBackgroundCalls, subId) != null); in hasActiveBgCall()
1803 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall()
1832 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall()
1960 return (getFirstCallOfState(mBackgroundCalls, Call.State.DISCONNECTED) != null); in hasDisconnectedBgCall()
[all …]