Searched refs:mHasActiveNotifs (Results 1 – 1 of 1) sorted by relevance
64 @Mock private NotifLiveData<Boolean> mHasActiveNotifs; field in LegacyLightsOutNotifControllerTest86 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 …]