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.java258 InOrder inOrderHotspot = inOrder(mHotspotController); in testChangeUserCallbacksStoppedAndStarted() local
259 inOrderHotspot.verify(mHotspotController).removeCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
260 inOrderHotspot.verify(mHotspotController).addCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
312 InOrder inOrderHotspot = inOrder(mHotspotController); in testChangeUserSomeCallbacksNotAdded() local
313 inOrderHotspot.verify(mHotspotController).removeCallback(any()); in testChangeUserSomeCallbacksNotAdded()
314 inOrderHotspot.verify(mHotspotController, never()).addCallback(any()); in testChangeUserSomeCallbacksNotAdded()