Searched refs:pendingCall (Results 1 – 1 of 1) sorted by relevance
1475 Call pendingCall = callIter.next(); in reuseOutgoingCall() local1476 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()1478 Log.i(this, "Reusing disconnected call %s", pendingCall); in reuseOutgoingCall()1479 reusedCall = pendingCall; in reuseOutgoingCall()1481 Log.i(this, "Not reusing disconnected call %s", pendingCall); in reuseOutgoingCall()1483 pendingCall.disconnect(); in reuseOutgoingCall()