Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java430 public void handoverComplete(String callId, Session.Info sessionInfo) {} in handoverComplete() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1476 void handoverComplete(final Call call) { in handoverComplete() method in ConnectionServiceWrapper
1485 mServiceInterface.handoverComplete( in handoverComplete()
DCall.java3648 mConnectionService.handoverComplete(this); in onHandoverComplete()