Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1269 public long MAX_IDLE_TIMEOUT = mDefaultMaxIdleTimeout; field in DeviceIdleController.Constants
1463 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()