Searched refs:mHandoverSourceCall (Results 1 – 1 of 1) sorted by relevance
574 private Call mHandoverSourceCall = null; field in Call1523 if (mHandoverSourceCall != null) { in markFinishedHandoverStateAndCleanup()1524 mHandoverSourceCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()1533 if (mHandoverSourceCall != null) { in maybeCleanupHandover()1534 mHandoverSourceCall.setHandoverSourceCall(null); in maybeCleanupHandover()1535 mHandoverSourceCall.setHandoverDestinationCall(null); in maybeCleanupHandover()1536 mHandoverSourceCall = null; in maybeCleanupHandover()1545 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()1557 return mHandoverSourceCall; in getHandoverSourceCall()1561 mHandoverSourceCall = call; in setHandoverSourceCall()