Searched defs:DB (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java50 static final boolean DB = false; field in class:Watchdog
57 static final int TIME_TO_RESTART = DB ? 15*1000 : 60*1000;
60 static final int MEMCHECK_DEFAULT_MIN_SCREEN_OFF = DB ? 1*60 : 5*60; // 5 minutes
61 static final int MEMCHECK_DEFAULT_MIN_ALARM = DB ? 1*60 : 3*60; // 3 minutes
62 static final int MEMCHECK_DEFAULT_RECHECK_INTERVAL = DB ? 1*60 : 5*60; // 5 minutes
64 static final int REBOOT_DEFAULT_INTERVAL = DB ? 1 : 0; // never force reboot
257 if (DB || mReqRebootNoWait ||

Completed in 221 milliseconds