Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java3506 when(call.getHandoverDestinationCall()).thenReturn(destinationCall); in testHandoverFromIsStarted()
3517 when(call.getHandoverDestinationCall()).thenReturn(destinationCall); in testHandoverFromIsAccepted()
3534 when(call.getHandoverDestinationCall()).thenReturn(destinationCall); in testSelfManagedHandoverFromIsAccepted()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java5071 } else if (call.getHandoverDestinationCall() != null
5085 Call handoverTo = call.getHandoverDestinationCall();
6657 c.getHandoverDestinationCall() != null).count() > 0;
DCall.java2179 public Call getHandoverDestinationCall() { in getHandoverDestinationCall() method in Call