Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1049 longThat(l -> l == mConstants.LIGHT_IDLE_TIMEOUT), in testLightIdleAlarmUnaffectedByMotion()
1063 longThat(l -> l > mConstants.LIGHT_IDLE_TIMEOUT), in testLightIdleAlarmUnaffectedByMotion()
1078 longThat(l -> l > mConstants.LIGHT_IDLE_TIMEOUT), in testLightIdleAlarmUnaffectedByMotion()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1032 public long LIGHT_IDLE_TIMEOUT = DEFAULT_LIGHT_IDLE_TIMEOUT; field in DeviceIdleController.Constants
1297 LIGHT_IDLE_TIMEOUT = properties.getLong( in onPropertiesChanged()
1467 TimeUtils.formatDuration(LIGHT_IDLE_TIMEOUT, pw); in dump()
3371 mNextLightIdleDelay = mConstants.LIGHT_IDLE_TIMEOUT; in stepLightIdleStateLocked()