Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java1432 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()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java623 final AlarmManager.OnAlarmListener mDeepAlarmListener field in DeviceIdleController
3337 mAlarmManager.cancel(mDeepAlarmListener); in cancelAlarmLocked()
3383 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()
3386 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()