Searched refs:PHONE_STATE_POLL_SLEEP_MSEC (Results 1 – 1 of 1) sorted by relevance
65 private static final int PHONE_STATE_POLL_SLEEP_MSEC = 500; field in ShutdownThread412 mActionDoneSync.wait(Math.min(delay, PHONE_STATE_POLL_SLEEP_MSEC)); in run()490 mActionDoneSync.wait(Math.min(delay, PHONE_STATE_POLL_SLEEP_MSEC)); in run()624 SystemClock.sleep(PHONE_STATE_POLL_SLEEP_MSEC); in shutdownRadios()