Searched refs:pendingCall (Results 1 – 1 of 1) sorted by relevance
1375 Call pendingCall = callIter.next(); in reuseOutgoingCall() local1376 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()1378 Log.i(this, "Reusing disconnected call %s", pendingCall); in reuseOutgoingCall()1379 reusedCall = pendingCall; in reuseOutgoingCall()1381 Log.i(this, "Not reusing disconnected call %s", pendingCall); in reuseOutgoingCall()1383 pendingCall.disconnect(); in reuseOutgoingCall()