Home
last modified time | relevance | path

Searched refs:SERVICE_LOST (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/nsd/
DNsdManager.java168 public static final int SERVICE_LOST = BASE + 5; field in NsdManager
215 EVENT_NAMES.put(SERVICE_LOST, "SERVICE_LOST"); in EVENT_NAMES.put() argument
368 case SERVICE_LOST: in handleMessage()
/frameworks/base/services/core/java/com/android/server/
DNsdService.java419 case NativeResponseCode.SERVICE_LOST: in handleNativeEvent()
422 clientInfo.mChannel.sendMessage(NsdManager.SERVICE_LOST, 0, in handleNativeEvent()
608 public static final int SERVICE_LOST = 604; field in NsdService.NativeResponseCode
626 CODE_NAMES.put(SERVICE_LOST, "SERVICE_LOST"); in CODE_NAMES.put() argument