Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java991 handleMotionDetectedLocked(mConstants.INACTIVE_TIMEOUT, "non_stationary"); in onAnyMotionResult()
2231 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()
2234 void handleMotionDetectedLocked(long timeout, String type) { in handleMotionDetectedLocked() method in DeviceIdleController