Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java64 @Mock private NotifLiveData<Boolean> mHasActiveNotifs; field in LegacyLightsOutNotifControllerTest
86 when(mNotifLiveDataStore.getHasActiveNotifs()).thenReturn(mHasActiveNotifs); in setUp()
87 when(mHasActiveNotifs.getValue()).thenReturn(false); in setUp()
98 verify(mHasActiveNotifs).addSyncObserver(mObserverCaptor.capture()); in setUp()
151 when(mHasActiveNotifs.getValue()).thenReturn(true); in testLightsOut_withNotifs_onSystemBarAttributesChanged()
172 when(mHasActiveNotifs.getValue()).thenReturn(false); in testLightsOut_withoutNotifs_onSystemBarAttributesChanged()
193 when(mHasActiveNotifs.getValue()).thenReturn(true); in testLightsOn_afterLightsOut_onSystemBarAttributesChanged()
214 when(mHasActiveNotifs.getValue()).thenReturn(false); in testEntryAdded()
220 when(mHasActiveNotifs.getValue()).thenReturn(true); in testEntryAdded()
231 when(mHasActiveNotifs.getValue()).thenReturn(true); in testEntryRemoved()
[all …]