Searched refs:mPendingCallsToDisconnect (Results 1 – 1 of 1) sorted by relevance
368 private final Set<Call> mPendingCallsToDisconnect = new HashSet<>(); field in CallsManager1024 mPendingCallsToDisconnect.add(call); in onCanceledViaNewOutgoingCallBroadcast()1028 if (mPendingCallsToDisconnect.remove(call)) { in onCanceledViaNewOutgoingCallBroadcast()1474 for (Iterator<Call> callIter = mPendingCallsToDisconnect.iterator(); callIter.hasNext();) { in reuseOutgoingCall()1671 mPendingCallsToDisconnect.remove(reusableCall); in startOutgoingCall()5563 mPendingCallsToDisconnect.add(call);