Home
last modified time | relevance | path

Searched refs:mHandoverDestinationCall (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java603 private Call mHandoverDestinationCall = null; field in Call
1727 } 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()