Searched refs:WRAPPED_PID_TIMEOUT_MILLIS (Results 1 – 3 of 3) sorted by relevance
44 public static final int WRAPPED_PID_TIMEOUT_MILLIS = 20000; field in ZygoteConnectionConstants
24 import static com.android.internal.os.ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS;574 int remainingSleepTime = WRAPPED_PID_TIMEOUT_MILLIS; in handleParentProc()590 remainingSleepTime = WRAPPED_PID_TIMEOUT_MILLIS - elapsedTimeMs; in handleParentProc()
456 DEFAULT_TIMEOUT > ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS; in Watchdog()529 if (!DB && timeoutMillis <= ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS) { in updateWatchdogTimeout()530 timeoutMillis = ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS + 1; in updateWatchdogTimeout()