Searched refs:SERVICE_LOST (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java172 public static final int SERVICE_LOST = BASE + 5; field in class:NsdManager
219 EVENT_NAMES.put(SERVICE_LOST, "SERVICE_LOST");
389 case SERVICE_LOST:
/frameworks/base/tests/net/java/android/net/nsd/
H A DNsdManagerTest.java220 sendResponse(NsdManager.SERVICE_LOST, 0, key2, reply2);
231 sendResponse(NsdManager.SERVICE_LOST, 0, key2, reply1);
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java416 case NativeResponseCode.SERVICE_LOST:
419 clientInfo.mChannel.sendMessage(NsdManager.SERVICE_LOST, 0,
603 public static final int SERVICE_LOST = 604; field in class:NsdService.NativeResponseCode
621 CODE_NAMES.put(SERVICE_LOST, "SERVICE_LOST");

Completed in 40 milliseconds