Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java3573 } else if (call.getHandoverDestinationCall() != null
3581 call.getHandoverDestinationCall().sendCallEvent(
3591 Call handoverTo = call.getHandoverDestinationCall();
4926 c.getHandoverDestinationCall() != null).count() > 0;
DCall.java1548 public Call getHandoverDestinationCall() { in getHandoverDestinationCall() method in Call