Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnectionConstants.java44 public static final int WRAPPED_PID_TIMEOUT_MILLIS = 20000; field in ZygoteConnectionConstants
DZygoteConnection.java24 import static com.android.internal.os.ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS;
577 int remainingSleepTime = WRAPPED_PID_TIMEOUT_MILLIS; in handleParentProc()
593 remainingSleepTime = WRAPPED_PID_TIMEOUT_MILLIS - elapsedTimeMs; in handleParentProc()
/frameworks/base/services/core/java/com/android/server/
DWatchdog.java515 DEFAULT_TIMEOUT > ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS; in Watchdog()
589 && timeoutMillis <= ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS) { in updateWatchdogTimeout()
590 timeoutMillis = ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS + 1; in updateWatchdogTimeout()