Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java608 private Call mHandoverSourceCall = null; field in Call
1724 if (mHandoverSourceCall != null) { in markFinishedHandoverStateAndCleanup()
1725 mHandoverSourceCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()
1734 if (mHandoverSourceCall != null) { in maybeCleanupHandover()
1735 mHandoverSourceCall.setHandoverSourceCall(null); in maybeCleanupHandover()
1736 mHandoverSourceCall.setHandoverDestinationCall(null); in maybeCleanupHandover()
1737 mHandoverSourceCall = null; in maybeCleanupHandover()
1746 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()
1758 return mHandoverSourceCall; in getHandoverSourceCall()
1762 mHandoverSourceCall = call; in setHandoverSourceCall()