Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1979 InOrder controllerInOrder = inOrder(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen() local
1988 controllerInOrder.verify(mDeviceIdleController) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
2005 controllerInOrder.verify(mDeviceIdleController) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
2018 InOrder controllerInOrder = inOrder(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen() local
2027 controllerInOrder.verify(mDeviceIdleController) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
2037 controllerInOrder.verify(mDeviceIdleController) in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
2065 InOrder controllerInOrder = inOrder(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen() local
2073 controllerInOrder.verify(mDeviceIdleController) in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
2083 controllerInOrder.verify(mDeviceIdleController) in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()