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.java576 private Call mHandoverSourceCall = null; field in Call
1599 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()