Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java2152 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_NoMotion()
2185 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT / 2; in testStationaryDetection_QuickDozeOn_NoMotion()
2191 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT; in testStationaryDetection_QuickDozeOn_NoMotion()
2211 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT / 2; in testStationaryDetection_QuickDozeOn_NoMotion()
2217 timeout(mConstants.MOTION_INACTIVE_TIMEOUT).times(2)) in testStationaryDetection_QuickDozeOn_NoMotion()
2221 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT; in testStationaryDetection_QuickDozeOn_NoMotion()
2224 timeout(mConstants.MOTION_INACTIVE_TIMEOUT).times(1)) in testStationaryDetection_QuickDozeOn_NoMotion()
2232 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_OneShot()
2277 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_MultiShot()
2325 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_NoDoze_AfterMotion()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java802 >= mConstants.MOTION_INACTIVE_TIMEOUT; in isStationaryLocked()
1212 public long MOTION_INACTIVE_TIMEOUT = mDefaultMotionInactiveTimeout; field in DeviceIdleController.Constants
1455 MOTION_INACTIVE_TIMEOUT = mDefaultMotionInactiveTimeout; in initDefault()
1560 MOTION_INACTIVE_TIMEOUT = properties.getLong( in onPropertiesChanged()
1717 TimeUtils.formatDuration(MOTION_INACTIVE_TIMEOUT, pw); in dump()
4118 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()
4318 mInjector.getElapsedRealtime() + mConstants.MOTION_INACTIVE_TIMEOUT / 2; in scheduleMotionRegistrationAlarmLocked()
4334 mInjector.getElapsedRealtime() + mConstants.MOTION_INACTIVE_TIMEOUT; in scheduleMotionTimeoutAlarmLocked()