Searched refs:mDeepAlarmListener (Results 1 – 2 of 2) sorted by relevance
1432 verify(mAlarmManager).cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion()1450 verify(mAlarmManager).cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion()1471 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1481 eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1488 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1510 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()1520 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()1537 verify(mAlarmManager).cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOff_Screen()1556 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()1566 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
623 final AlarmManager.OnAlarmListener mDeepAlarmListener field in DeviceIdleController3337 mAlarmManager.cancel(mDeepAlarmListener); in cancelAlarmLocked()3383 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()3386 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()