Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java143 InOrder inOrderHotspot = inOrder(mHotspotController); in testChangeUserCallbacksStoppedAndStarted() local
144 inOrderHotspot.verify(mHotspotController).removeCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
145 inOrderHotspot.verify(mHotspotController).addCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
183 InOrder inOrderHotspot = inOrder(mHotspotController); in testChangeUserSomeCallbacksNotAdded() local
184 inOrderHotspot.verify(mHotspotController).removeCallback(any()); in testChangeUserSomeCallbacksNotAdded()
185 inOrderHotspot.verify(mHotspotController, never()).addCallback(any()); in testChangeUserSomeCallbacksNotAdded()