Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DAutoTileManagerTest.java179 NightDisplayListener nDS = mock(NightDisplayListener.class); in testCreatedAutoTileManagerIsNotInitialized() local
186 createAutoTileManager(mock(Context.class), builder, hC, dSC, mPC, nDS, cC, rBC, in testCreatedAutoTileManagerIsNotInitialized()
193 verify(nDS, never()).setCallback(any()); in testCreatedAutoTileManagerIsNotInitialized()