Searched defs:queryRemoteConnectionServices (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java437 public void queryRemoteConnectionServices(RemoteServiceCallback callback) { method in class:ConnectionServiceWrapper.Adapter
443 logIncoming("queryRemoteConnectionServices %s", callback);
445 .queryRemoteConnectionServices(callingUserHandle, callback);
1072 private void queryRemoteConnectionServices(final UserHandle userHandle, method in class:ConnectionServiceWrapper
1077 Log.d(this, "queryRemoteConnectionServices finds simCallManager = %s", simCallManager);
1098 Log.v(this, "queryRemoteConnectionServices, simServices = %s", simServices);

Completed in 27 milliseconds