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 247 public void createConnectionComplete(String id, Session.Info info) throws RemoteException {
248 mConnectionServiceDelegateAdapter.createConnectionComplete(id, null /*Session.Info*/);
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 82 logOutgoing("createConnectionComplete %s", callId);
84 mServiceInterface.createConnectionComplete(callId,
    [all...]

Completed in 108 milliseconds