Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1297 mConstants.LIGHT_IDLE_TIMEOUT = 5 * 60_000L; in testLightStepIdleStateIdlingTimeIncreases()
1318 long idlingTimeMs = mConstants.LIGHT_IDLE_TIMEOUT; in testLightStepIdleStateIdlingTimeIncreases()
1383 longThat(l -> l == mConstants.LIGHT_IDLE_TIMEOUT), in testLightIdleAlarmUnaffectedByMotion()
1399 longThat(l -> l > mConstants.LIGHT_IDLE_TIMEOUT), in testLightIdleAlarmUnaffectedByMotion()
1416 longThat(l -> l > mConstants.LIGHT_IDLE_TIMEOUT), in testLightIdleAlarmUnaffectedByMotion()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1100 public long LIGHT_IDLE_TIMEOUT = mDefaultLightIdleTimeout; field in DeviceIdleController.Constants
1442 LIGHT_IDLE_TIMEOUT = mDefaultLightIdleTimeout; in initDefault()
1499 LIGHT_IDLE_TIMEOUT = properties.getLong( in onPropertiesChanged()
1665 TimeUtils.formatDuration(LIGHT_IDLE_TIMEOUT, pw); in dump()
3585 mNextLightIdleDelay = mConstants.LIGHT_IDLE_TIMEOUT; in resetLightIdleManagementLocked()
3652 mNextLightIdleDelay = mConstants.LIGHT_IDLE_TIMEOUT; in stepLightIdleStateLocked()