Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java3836 } else if (call.getHandoverDestinationCall() != null
3844 call.getHandoverDestinationCall().sendCallEvent(
3854 Call handoverTo = call.getHandoverDestinationCall();
5202 c.getHandoverDestinationCall() != null).count() > 0;
H A DCall.java1750 public Call getHandoverDestinationCall() { in getHandoverDestinationCall() method in Call