Searched refs:DEBUG_POWER_QUICK (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_POWER_QUICK;76 private static final long DEFAULT_POWER_CHECK_DELAY = (DEBUG_POWER_QUICK ? 2 : 15) * 60*1000;78 = (DEBUG_POWER_QUICK ? 1 : 5) * 60*1000;80 = (DEBUG_POWER_QUICK ? 1 : 5) * 60*1000;
71 static final boolean DEBUG_POWER_QUICK = DEBUG_POWER || false; field in ActivityManagerDebugConfig