HomeSort by relevance Sort by last modified time
    Searched defs:createConnectionComplete (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 251 public void createConnectionComplete(String id, Session.Info info) throws RemoteException {
252 mConnectionServiceDelegateAdapter.createConnectionComplete(id, null /*Session.Info*/);
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 84 logOutgoing("createConnectionComplete %s", callId);
86 mServiceInterface.createConnectionComplete(callId,
    [all...]

Completed in 61 milliseconds