Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java682 public long MOTION_INACTIVE_TIMEOUT; field in DeviceIdleController.Constants
840 MOTION_INACTIVE_TIMEOUT = mParser.getLong(KEY_MOTION_INACTIVE_TIMEOUT, in updateConstants()
927 TimeUtils.formatDuration(MOTION_INACTIVE_TIMEOUT, pw); in dump()
2231 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()