Searched refs:mHandoverDestinationCall (Results 1 – 1 of 1) sorted by relevance
603 private Call mHandoverDestinationCall = null; field in Call1727 } else if (mHandoverDestinationCall != null) { in markFinishedHandoverStateAndCleanup()1728 mHandoverDestinationCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()1739 } else if (mHandoverDestinationCall != null) { in maybeCleanupHandover()1740 mHandoverDestinationCall.setHandoverSourceCall(null); in maybeCleanupHandover()1741 mHandoverDestinationCall.setHandoverDestinationCall(null); in maybeCleanupHandover()1742 mHandoverDestinationCall = null; in maybeCleanupHandover()1747 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()1751 return mHandoverDestinationCall; in getHandoverDestinationCall()1755 mHandoverDestinationCall = call; in setHandoverDestinationCall()