Searched refs:MAX_IDLE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
1200 public long MAX_IDLE_TIMEOUT = DEFAULT_MAX_IDLE_TIMEOUT; field in DeviceIdleController.Constants1395 MAX_IDLE_TIMEOUT = properties.getLong( in onPropertiesChanged()1550 TimeUtils.formatDuration(MAX_IDLE_TIMEOUT, pw); in dump()3565 mNextIdleDelay = Math.min(mNextIdleDelay, mConstants.MAX_IDLE_TIMEOUT); in stepIdleStateLocked()