Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1647 InOrder alarmManagerInOrder = inOrder(mAlarmManager); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen() local
1655 alarmManagerInOrder.verify(mAlarmManager) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1665 alarmManagerInOrder.verify(mAlarmManager, never()).cancel( in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1672 alarmManagerInOrder.verify(mAlarmManager) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1686 InOrder alarmManagerInOrder = inOrder(mAlarmManager); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen() local
1694 alarmManagerInOrder.verify(mAlarmManager) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
1704 alarmManagerInOrder.verify(mAlarmManager) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
1733 InOrder alarmManagerInOrder = inOrder(mAlarmManager); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen() local
1740 alarmManagerInOrder.verify(mAlarmManager) in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
1750 alarmManagerInOrder.verify(mAlarmManager) in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()