Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1130 public long LIGHT_MAX_IDLE_TIMEOUT = mDefaultLightMaxIdleTimeout; field in DeviceIdleController.Constants
1446 LIGHT_MAX_IDLE_TIMEOUT = mDefaultLightMaxIdleTimeout; in initDefault()
1517 LIGHT_MAX_IDLE_TIMEOUT = properties.getLong( in onPropertiesChanged()
1681 TimeUtils.formatDuration(LIGHT_MAX_IDLE_TIMEOUT, pw); in dump()
3671 mNextLightIdleDelay = Math.min(mConstants.LIGHT_MAX_IDLE_TIMEOUT, in stepLightIdleStateLocked()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1298 mConstants.LIGHT_MAX_IDLE_TIMEOUT = 20 * 60_000L; in testLightStepIdleStateIdlingTimeIncreases()