Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java284 InOrder inOrderDevices = inOrder(mDeviceControlsController); in testChangeUserCallbacksStoppedAndStarted() local
285 inOrderDevices.verify(mDeviceControlsController).removeCallback(); in testChangeUserCallbacksStoppedAndStarted()
286 inOrderDevices.verify(mDeviceControlsController).setCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
338 InOrder inOrderDevices = inOrder(mDeviceControlsController); in testChangeUserSomeCallbacksNotAdded() local
339 inOrderDevices.verify(mDeviceControlsController).removeCallback(); in testChangeUserSomeCallbacksNotAdded()
340 inOrderDevices.verify(mDeviceControlsController).setCallback(any()); in testChangeUserSomeCallbacksNotAdded()