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

/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java63 * discoverServices()
104 * with a call to {@link #discoverServices}. A service found is notified with a callback
518 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { method in class:NsdManager
536 * Stop service discovery initiated with {@link #discoverServices}. An active service
544 * @param listener This should be the listener object that was passed to {@link #discoverServices}.
/frameworks/base/services/java/com/android/server/
H A DNsdService.java299 if (discoverServices(id, servInfo.getServiceType())) {
684 private boolean discoverServices(int discoveryId, String serviceType) { method in class:NsdService
685 if (DBG) Slog.d(TAG, "discoverServices: " + discoveryId + " " + serviceType);
689 Slog.e(TAG, "Failed to discoverServices " + e);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java110 * can do so with a call to {@link #discoverServices}. Prior to initiating the discovery,
498 * Indicates that the {@link #discoverServices} failed because no service
1132 * <p> see {@link #discoverServices} for the detail.
1147 * <p> see {@link #discoverServices} for the detail.
1164 * <p> see {@link #discoverServices} for the detail.
1194 public void discoverServices(Channel c, ActionListener listener) { method in class:WifiP2pManager
1208 * {@link #discoverServices}.

Completed in 61 milliseconds