Searched refs:LIGHT_IDLE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
1297 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()
1100 public long LIGHT_IDLE_TIMEOUT = mDefaultLightIdleTimeout; field in DeviceIdleController.Constants1442 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()