Searched refs:mNotifLiveDataStore (Results 1 – 4 of 4) sorted by relevance
62 @Mock private NotifLiveDataStore mNotifLiveDataStore; field in LightsOutNotifControllerTest83 when(mNotifLiveDataStore.getHasActiveNotifs()).thenReturn(mHasActiveNotifs); in setUp()89 mNotifLiveDataStore, in setUp()
316 @Mock private NotifLiveDataStore mNotifLiveDataStore; field in CentralSurfacesImplTest389 mNotifLiveDataStore, in setup()
87 @Mock private NotifLiveDataStore mNotifLiveDataStore; field in NotificationLoggerTest104 when(mNotifLiveDataStore.getActiveNotifList()).thenReturn(mActiveNotifEntries); in setUp()119 mNotifLiveDataStore, in setUp()
79 private final NotifLiveDataStore mNotifLiveDataStore; field in NotificationLogger162 return mNotifLiveDataStore.getActiveNotifList().getValue(); in getVisibleNotifications()210 mNotifLiveDataStore = notifLiveDataStore; in NotificationLogger()