Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java1219 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1226 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1231 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1236 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1241 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1246 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1251 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1259 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_off()
1267 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_on()
1275 mDeviceIdleController.handleMotionDetectedLocked(50, "test"); in testHandleMotionDetectedLocked_deep_quickDoze_on()
[all …]
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java1276 handleMotionDetectedLocked(mConstants.INACTIVE_TIMEOUT, "non_stationary"); in onAnyMotionResult()
3272 handleMotionDetectedLocked(mConstants.MOTION_INACTIVE_TIMEOUT, "motion"); in motionLocked()
3275 void handleMotionDetectedLocked(long timeout, String type) { in handleMotionDetectedLocked() method in DeviceIdleController
/frameworks/base/services/
Dart-profile1028 PLcom/android/server/DeviceIdleController;->handleMotionDetectedLocked(JLjava/lang/String;)V