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

  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 496 * {@link #stopServiceDiscovery}.
508 * not need to invoke {@link #stopServiceDiscovery}
514 * to stop discovery on this serviceType through a call on {@link #stopServiceDiscovery}.
546 public void stopServiceDiscovery(DiscoveryListener listener) {
  /frameworks/base/services/java/com/android/server/
NsdService.java 307 stopServiceDiscovery(id);
324 if (stopServiceDiscovery(id)) {
701 private boolean stopServiceDiscovery(int discoveryId) {
702 if (DBG) Slog.d(TAG, "stopServiceDiscovery: " + discoveryId);
706 Slog.e(TAG, "Failed to stopServiceDiscovery " + e);
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 22 milliseconds