Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java775 private Call mHandoverDestinationCall = null; field in Call
2156 } else if (mHandoverDestinationCall != null) { in markFinishedHandoverStateAndCleanup()
2157 mHandoverDestinationCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()
2168 } else if (mHandoverDestinationCall != null) { in maybeCleanupHandover()
2169 mHandoverDestinationCall.setHandoverSourceCall(null); in maybeCleanupHandover()
2170 mHandoverDestinationCall.setHandoverDestinationCall(null); in maybeCleanupHandover()
2171 mHandoverDestinationCall = null; in maybeCleanupHandover()
2176 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()
2180 return mHandoverDestinationCall; in getHandoverDestinationCall()
2184 mHandoverDestinationCall = call; in setHandoverDestinationCall()