Searched refs:pendingCall (Results 1 – 1 of 1) sorted by relevance
1001 Call pendingCall = callIter.next(); in reuseOutgoingCall() local1002 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()1004 Log.i(this, "Reusing disconnected call %s", pendingCall); in reuseOutgoingCall()1005 reusedCall = pendingCall; in reuseOutgoingCall()1007 Log.i(this, "Not reusing disconnected call %s", pendingCall); in reuseOutgoingCall()1009 pendingCall.disconnect(); in reuseOutgoingCall()