Searched refs:ACTION_DONE_POLL_WAIT_MS (Results 1 – 1 of 1) sorted by relevance
64 private static final int ACTION_DONE_POLL_WAIT_MS = 500; field in ShutdownThread481 mActionDoneSync.wait(Math.min(delay, ACTION_DONE_POLL_WAIT_MS)); in run()