Searched refs:inOrderDevices (Results 1 – 1 of 1) sorted by relevance
284 InOrder inOrderDevices = inOrder(mDeviceControlsController); in testChangeUserCallbacksStoppedAndStarted() local285 inOrderDevices.verify(mDeviceControlsController).removeCallback(); in testChangeUserCallbacksStoppedAndStarted()286 inOrderDevices.verify(mDeviceControlsController).setCallback(any()); in testChangeUserCallbacksStoppedAndStarted()338 InOrder inOrderDevices = inOrder(mDeviceControlsController); in testChangeUserSomeCallbacksNotAdded() local339 inOrderDevices.verify(mDeviceControlsController).removeCallback(); in testChangeUserSomeCallbacksNotAdded()340 inOrderDevices.verify(mDeviceControlsController).setCallback(any()); in testChangeUserSomeCallbacksNotAdded()