Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java276 InOrder inOrderReduceBrightColors = inOrder(mReduceBrightColorsController); in testChangeUserCallbacksStoppedAndStarted() local
277 inOrderReduceBrightColors.verify(mReduceBrightColorsController).removeCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
278 inOrderReduceBrightColors.verify(mReduceBrightColorsController).addCallback(any()); in testChangeUserCallbacksStoppedAndStarted()
330 InOrder inOrderReduceBrightColors = inOrder(mReduceBrightColorsController); in testChangeUserSomeCallbacksNotAdded() local
331 inOrderReduceBrightColors.verify(mReduceBrightColorsController).removeCallback(any()); in testChangeUserSomeCallbacksNotAdded()
332 inOrderReduceBrightColors.verify(mReduceBrightColorsController).addCallback(any()); in testChangeUserSomeCallbacksNotAdded()