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.java1484 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()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java655 final AlarmManager.OnAlarmListener mDeepAlarmListener field in DeviceIdleController
3526 mAlarmManager.cancel(mDeepAlarmListener); in cancelAlarmLocked()
3586 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()
3589 mNextAlarmTime, "DeviceIdleController.deep", mDeepAlarmListener, mHandler); in scheduleAlarmLocked()