Home
last modified time | relevance | path

Searched refs:pendingCall (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1475 Call pendingCall = callIter.next(); in reuseOutgoingCall() local
1476 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()