Searched refs:mHandoverDestinationCall (Results 1 – 1 of 1) sorted by relevance
568 private Call mHandoverDestinationCall = null; field in Call1525 } else if (mHandoverDestinationCall != null) { in markFinishedHandoverStateAndCleanup()1526 mHandoverDestinationCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()1537 } else if (mHandoverDestinationCall != null) { in maybeCleanupHandover()1538 mHandoverDestinationCall.setHandoverSourceCall(null); in maybeCleanupHandover()1539 mHandoverDestinationCall.setHandoverDestinationCall(null); in maybeCleanupHandover()1540 mHandoverDestinationCall = null; in maybeCleanupHandover()1545 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()1549 return mHandoverDestinationCall; in getHandoverDestinationCall()1553 mHandoverDestinationCall = call; in setHandoverDestinationCall()