Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java2162 final ArgumentCaptor<AlarmManager.OnAlarmListener> motionAlarmListener = ArgumentCaptor in testStationaryDetection_QuickDozeOn_NoMotion() local
2167 eq("DeviceIdleController.motion"), motionAlarmListener.capture(), any()); in testStationaryDetection_QuickDozeOn_NoMotion()
2193 motionAlarmListener.getValue().onAlarm(); in testStationaryDetection_QuickDozeOn_NoMotion()
2222 motionAlarmListener.getValue().onAlarm(); in testStationaryDetection_QuickDozeOn_NoMotion()
2331 final ArgumentCaptor<AlarmManager.OnAlarmListener> motionAlarmListener = ArgumentCaptor in testStationaryDetection_NoDoze_AfterMotion() local
2335 motionAlarmListener.capture(), any()); in testStationaryDetection_NoDoze_AfterMotion()
2381 motionAlarmListener.getValue().onAlarm(); in testStationaryDetection_NoDoze_AfterMotion()