Searched refs:SERVICE_LOST (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/net/nsd/ |
D | NsdManager.java | 172 public static final int SERVICE_LOST = BASE + 5; field in NsdManager 219 EVENT_NAMES.put(SERVICE_LOST, "SERVICE_LOST"); in EVENT_NAMES.put() argument 389 case SERVICE_LOST: in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 414 case NativeResponseCode.SERVICE_LOST: in handleNativeEvent() 417 clientInfo.mChannel.sendMessage(NsdManager.SERVICE_LOST, 0, in handleNativeEvent() 600 public static final int SERVICE_LOST = 604; field in NsdService.NativeResponseCode 618 CODE_NAMES.put(SERVICE_LOST, "SERVICE_LOST"); in CODE_NAMES.put() argument
|
/frameworks/base/tests/net/java/android/net/nsd/ |
D | NsdManagerTest.java | 219 sendResponse(NsdManager.SERVICE_LOST, 0, key2, reply2); in testDiscoverService() 230 sendResponse(NsdManager.SERVICE_LOST, 0, key2, reply1); in testDiscoverService()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 44934 Landroid/net/nsd/NsdManager;->SERVICE_LOST:I
|