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.java1390 Call pendingCall = callIter.next(); in reuseOutgoingCall() local
1391 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()
1393 Log.i(this, "Reusing disconnected call %s", pendingCall); in reuseOutgoingCall()
1394 reusedCall = pendingCall; in reuseOutgoingCall()
1396 Log.i(this, "Not reusing disconnected call %s", pendingCall); in reuseOutgoingCall()
1398 pendingCall.disconnect(); in reuseOutgoingCall()