Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java637 public void queryRemoteConnectionServices(RemoteServiceCallback callback, in queryRemoteConnectionServices() method in ConnectionServiceWrapper.Adapter
646 .queryRemoteConnectionServices(callingUserHandle, callingPackage, in queryRemoteConnectionServices()
2037 private void queryRemoteConnectionServices(final UserHandle userHandle, in queryRemoteConnectionServices() method in ConnectionServiceWrapper
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java597 a.queryRemoteConnectionServices(new RemoteServiceCallback.Stub() { in sendQueryRemoteConnectionServices()