Searched refs:MAX_IDLE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
1269 public long MAX_IDLE_TIMEOUT = mDefaultMaxIdleTimeout; field in DeviceIdleController.Constants1463 MAX_IDLE_TIMEOUT = mDefaultMaxIdleTimeout; in initDefault()1597 MAX_IDLE_TIMEOUT = properties.getLong( in onPropertiesChanged()1748 TimeUtils.formatDuration(MAX_IDLE_TIMEOUT, pw); in dump()3852 mNextIdleDelay = Math.min(mNextIdleDelay, mConstants.MAX_IDLE_TIMEOUT); in stepIdleStateLocked()