Searched refs:mHandoverSourceCall (Results 1 – 1 of 1) sorted by relevance
576 private Call mHandoverSourceCall = null; field in Call1599 if (mHandoverSourceCall != null) { in markFinishedHandoverStateAndCleanup()1600 mHandoverSourceCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()1609 if (mHandoverSourceCall != null) { in maybeCleanupHandover()1610 mHandoverSourceCall.setHandoverSourceCall(null); in maybeCleanupHandover()1611 mHandoverSourceCall.setHandoverDestinationCall(null); in maybeCleanupHandover()1612 mHandoverSourceCall = null; in maybeCleanupHandover()1621 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()1633 return mHandoverSourceCall; in getHandoverSourceCall()1637 mHandoverSourceCall = call; in setHandoverSourceCall()