Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java1690 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_NoMotion()
1723 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT / 2; in testStationaryDetection_QuickDozeOn_NoMotion()
1729 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT; in testStationaryDetection_QuickDozeOn_NoMotion()
1749 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT / 2; in testStationaryDetection_QuickDozeOn_NoMotion()
1755 timeout(mConstants.MOTION_INACTIVE_TIMEOUT).times(2)) in testStationaryDetection_QuickDozeOn_NoMotion()
1759 mInjector.nowElapsed += mConstants.MOTION_INACTIVE_TIMEOUT; in testStationaryDetection_QuickDozeOn_NoMotion()
1762 timeout(mConstants.MOTION_INACTIVE_TIMEOUT).times(1)) in testStationaryDetection_QuickDozeOn_NoMotion()
1770 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_OneShot()
1814 mConstants.MOTION_INACTIVE_TIMEOUT = 6000L; in testStationaryDetection_QuickDozeOn_MultiShot()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java704 >= mConstants.MOTION_INACTIVE_TIMEOUT; in isStationaryLocked()
1021 public long MOTION_INACTIVE_TIMEOUT; field in DeviceIdleController.Constants
1197 MOTION_INACTIVE_TIMEOUT = mParser.getDurationMillis(KEY_MOTION_INACTIVE_TIMEOUT, in updateConstants()
1290 TimeUtils.formatDuration(MOTION_INACTIVE_TIMEOUT, pw); in dump()
3437 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()
3603 mInjector.getElapsedRealtime() + mConstants.MOTION_INACTIVE_TIMEOUT / 2; in scheduleMotionRegistrationAlarmLocked()
3612 mInjector.getElapsedRealtime() + mConstants.MOTION_INACTIVE_TIMEOUT; in scheduleMotionTimeoutAlarmLocked()