Searched defs:TIME_TO_WAIT (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java59 static final int TIME_TO_WAIT = TIME_TO_RESTART / 2; field in class:Watchdog
383 long timeout = TIME_TO_WAIT;
396 timeout = TIME_TO_WAIT - (SystemClock.uptimeMillis() - start);

Completed in 24 milliseconds