Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1116 public long LIGHT_IDLE_TIMEOUT_MAX_FLEX = mDefaultLightIdleTimeoutMaxFlex; field in DeviceIdleController.Constants
1444 LIGHT_IDLE_TIMEOUT_MAX_FLEX = mDefaultLightIdleTimeoutMaxFlex; in initDefault()
1508 LIGHT_IDLE_TIMEOUT_MAX_FLEX = properties.getLong( in onPropertiesChanged()
1673 TimeUtils.formatDuration(LIGHT_IDLE_TIMEOUT_MAX_FLEX, pw); in dump()
3673 mNextLightIdleDelayFlex = Math.min(mConstants.LIGHT_IDLE_TIMEOUT_MAX_FLEX, in stepLightIdleStateLocked()