Searched refs:DAEMON_CLEANUP (Results 1 – 2 of 2) sorted by relevance
224 public static final int DAEMON_CLEANUP = BASE + 21; field in NsdManager259 EVENT_NAMES.put(DAEMON_CLEANUP, "DAEMON_CLEANUP"); in EVENT_NAMES.put() argument
109 sendMessageDelayed(NsdManager.DAEMON_CLEANUP, mCleanupDelayMs); in scheduleStop()120 this.removeMessages(NsdManager.DAEMON_CLEANUP); in cancelStop()212 case NsdManager.DAEMON_CLEANUP: in processMessage()