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.java602 private Call mHandoverDestinationCall = null; field in Call
1726 } else if (mHandoverDestinationCall != null) { in markFinishedHandoverStateAndCleanup()
1727 mHandoverDestinationCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()
1738 } else if (mHandoverDestinationCall != null) { in maybeCleanupHandover()
1739 mHandoverDestinationCall.setHandoverSourceCall(null); in maybeCleanupHandover()
1740 mHandoverDestinationCall.setHandoverDestinationCall(null); in maybeCleanupHandover()
1741 mHandoverDestinationCall = null; in maybeCleanupHandover()
1746 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()
1750 return mHandoverDestinationCall; in getHandoverDestinationCall()
1754 mHandoverDestinationCall = call; in setHandoverDestinationCall()