Home
last modified time | relevance | path

Searched refs:CLOSE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/constants/
DDNSConstants.java56 public static final long CLOSE_TIMEOUT = ANNOUNCE_WAIT_INTERVAL * 5L; field in DNSConstants
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketChannelClient.java40 private static final int CLOSE_TIMEOUT = 1000; field in WebSocketChannelClient
194 closeEventLock.wait(CLOSE_TIMEOUT); in disconnect()
/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java1033 info.waitForCanceled(DNSConstants.CLOSE_TIMEOUT); in unregisterService()
1070 info.waitForCanceled(DNSConstants.CLOSE_TIMEOUT); in unregisterAllServices()
1736 this.waitForCanceled(DNSConstants.CLOSE_TIMEOUT); in __recover()
1824 this.waitForCanceled(DNSConstants.CLOSE_TIMEOUT); in close()
DJmmDNSImpl.java106 executor.awaitTermination(DNSConstants.CLOSE_TIMEOUT, TimeUnit.MILLISECONDS); in close()