Searched refs:mDeepAlarmListener (Results 1 – 2 of 2) sorted by relevance
1484 verify(mAlarmManager).cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion()1502 verify(mAlarmManager).cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion()1523 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1533 eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1540 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1562 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()1572 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()1589 verify(mAlarmManager).cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOff_Screen()1608 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()1618 .cancel(eq(mDeviceIdleController.mDeepAlarmListener)); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
655 final AlarmManager.OnAlarmListener mDeepAlarmListener field in DeviceIdleController3526 mAlarmManager.cancel(mDeepAlarmListener); in cancelAlarmLocked()3586 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()3589 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()