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.java574 private Call mHandoverSourceCall = null; field in Call
1523 if (mHandoverSourceCall != null) { in markFinishedHandoverStateAndCleanup()
1524 mHandoverSourceCall.setHandoverState(handoverState); in markFinishedHandoverStateAndCleanup()
1533 if (mHandoverSourceCall != null) { in maybeCleanupHandover()
1534 mHandoverSourceCall.setHandoverSourceCall(null); in maybeCleanupHandover()
1535 mHandoverSourceCall.setHandoverDestinationCall(null); in maybeCleanupHandover()
1536 mHandoverSourceCall = null; in maybeCleanupHandover()
1545 return mHandoverSourceCall != null || mHandoverDestinationCall != null; in isHandoverInProgress()
1557 return mHandoverSourceCall; in getHandoverSourceCall()
1561 mHandoverSourceCall = call; in setHandoverSourceCall()