Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java65 private static final int PHONE_STATE_POLL_SLEEP_MSEC = 500; field in ShutdownThread
412 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()