Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1411 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testLightIdleAlarmUnaffectedByMotion()
1743 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1750 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1755 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1760 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1765 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1770 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1775 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1783 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1791 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_on()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1799 handleMotionDetectedLocked(mConstants.INACTIVE_TIMEOUT, "non_stationary"); in onAnyMotionResult()
4118 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()
4122 void handleMotionDetectedLocked(long timeout, String type) { in handleMotionDetectedLocked() method in DeviceIdleController