Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java62 @Mock private NotifLiveDataStore mNotifLiveDataStore; field in LightsOutNotifControllerTest
83 when(mNotifLiveDataStore.getHasActiveNotifs()).thenReturn(mHasActiveNotifs); in setUp()
89 mNotifLiveDataStore, in setUp()
H A DCentralSurfacesImplTest.java316 @Mock private NotifLiveDataStore mNotifLiveDataStore; field in CentralSurfacesImplTest
389 mNotifLiveDataStore, in setup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java87 @Mock private NotifLiveDataStore mNotifLiveDataStore; field in NotificationLoggerTest
104 when(mNotifLiveDataStore.getActiveNotifList()).thenReturn(mActiveNotifEntries); in setUp()
119 mNotifLiveDataStore, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java79 private final NotifLiveDataStore mNotifLiveDataStore; field in NotificationLogger
162 return mNotifLiveDataStore.getActiveNotifList().getValue(); in getVisibleNotifications()
210 mNotifLiveDataStore = notifLiveDataStore; in NotificationLogger()