Searched refs:DAEMON_CLEANUP (Results 1 – 2 of 2) sorted by relevance
289 public static final int DAEMON_CLEANUP = 18; field in NsdManager365 EVENT_NAMES.put(DAEMON_CLEANUP, "DAEMON_CLEANUP"); in EVENT_NAMES.put() argument
615 sendMessageDelayed(NsdManager.DAEMON_CLEANUP, mCleanupDelayMs); in scheduleStop()626 this.removeMessages(NsdManager.DAEMON_CLEANUP); in cancelStop()1352 case NsdManager.DAEMON_CLEANUP: in processMessage()