Searched refs:motionAlarmListener (Results 1 – 1 of 1) sorted by relevance
2162 final ArgumentCaptor<AlarmManager.OnAlarmListener> motionAlarmListener = ArgumentCaptor in testStationaryDetection_QuickDozeOn_NoMotion() local2167 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() local2335 motionAlarmListener.capture(), any()); in testStationaryDetection_NoDoze_AfterMotion()2381 motionAlarmListener.getValue().onAlarm(); in testStationaryDetection_NoDoze_AfterMotion()