HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_LOST (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 172 public static final int SERVICE_LOST = BASE + 5;
331 case SERVICE_LOST:
  /frameworks/base/services/java/com/android/server/
NsdService.java 429 case NativeResponseCode.SERVICE_LOST:
431 if (DBG) Slog.d(TAG, "SERVICE_LOST Raw: " + raw);
433 clientInfo.mChannel.sendMessage(NsdManager.SERVICE_LOST, 0,
593 public static final int SERVICE_LOST = 604;
    [all...]

Completed in 700 milliseconds