Searched refs:mPendingCallsToDisconnect (Results 1 – 1 of 1) sorted by relevance
193 private final Set<Call> mPendingCallsToDisconnect = new HashSet<>(); field in CallsManager504 mPendingCallsToDisconnect.add(call); in onCanceledViaNewOutgoingCallBroadcast()509 if (mPendingCallsToDisconnect.remove(call)) { in onCanceledViaNewOutgoingCallBroadcast()737 for (Call pendingCall : mPendingCallsToDisconnect) { in reuseOutgoingCall()739 mPendingCallsToDisconnect.remove(pendingCall); in reuseOutgoingCall()