Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1050 longThat(l -> l == mConstants.LIGHT_IDLE_TIMEOUT_INITIAL_FLEX)); in testLightIdleAlarmUnaffectedByMotion()
1064 longThat(l -> l > mConstants.LIGHT_IDLE_TIMEOUT_INITIAL_FLEX)); in testLightIdleAlarmUnaffectedByMotion()
1079 longThat(l -> l > mConstants.LIGHT_IDLE_TIMEOUT_INITIAL_FLEX)); in testLightIdleAlarmUnaffectedByMotion()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1040 public long LIGHT_IDLE_TIMEOUT_INITIAL_FLEX = DEFAULT_LIGHT_IDLE_TIMEOUT_INITIAL_FLEX; field in DeviceIdleController.Constants
1301 LIGHT_IDLE_TIMEOUT_INITIAL_FLEX = properties.getLong( in onPropertiesChanged()
1471 TimeUtils.formatDuration(LIGHT_IDLE_TIMEOUT_INITIAL_FLEX, pw); in dump()
3372 mNextLightIdleDelayFlex = mConstants.LIGHT_IDLE_TIMEOUT_INITIAL_FLEX; in stepLightIdleStateLocked()