Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1821 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_NoMotion()
1854 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT / 2; in testStationaryDetection_QuickDozeOn_NoMotion()
1860 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT; in testStationaryDetection_QuickDozeOn_NoMotion()
1880 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT / 2; in testStationaryDetection_QuickDozeOn_NoMotion()
1886 timeout(mConstants.MOTION_INACTIVE_TIMEOUT).times(2)) in testStationaryDetection_QuickDozeOn_NoMotion()
1890 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT; in testStationaryDetection_QuickDozeOn_NoMotion()
1893 timeout(mConstants.MOTION_INACTIVE_TIMEOUT).times(1)) in testStationaryDetection_QuickDozeOn_NoMotion()
1901 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_OneShot()
1945 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_MultiShot()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java722 >= mConstants.MOTION_INACTIVE_TIMEOUT; in isStationaryLocked()
1143 public long MOTION_INACTIVE_TIMEOUT = DEFAULT_MOTION_INACTIVE_TIMEOUT; field in DeviceIdleController.Constants
1358 MOTION_INACTIVE_TIMEOUT = properties.getLong( in onPropertiesChanged()
1519 TimeUtils.formatDuration(MOTION_INACTIVE_TIMEOUT, pw); in dump()
3807 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()
3985 mInjector.getElapsedRealtime() + mConstants.MOTION_INACTIVE_TIMEOUT / 2; in scheduleMotionRegistrationAlarmLocked()
4001 mInjector.getElapsedRealtime() + mConstants.MOTION_INACTIVE_TIMEOUT; in scheduleMotionTimeoutAlarmLocked()