Searched refs:mHandoverSourceCall (Results 1 – 1 of 1) sorted by relevance
749 private Call mHandoverSourceCall = null; field in Call2083 if (mHandoverSourceCall != null) { in markFinishedHandoverStateAndCleanup()2084 mHandoverSourceCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()2093 if (mHandoverSourceCall != null) { in maybeCleanupHandover()2094 mHandoverSourceCall.setHandoverSourceCall(null); in maybeCleanupHandover()2095 mHandoverSourceCall.setHandoverDestinationCall(null); in maybeCleanupHandover()2096 mHandoverSourceCall = null; in maybeCleanupHandover()2105 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()2117 return mHandoverSourceCall; in getHandoverSourceCall()2121 mHandoverSourceCall = call; in setHandoverSourceCall()