Searched refs:mNotifDataStore (Results 1 – 1 of 1) sorted by relevance
56 private final NotifLiveDataStore mNotifDataStore; field in LightsOutNotifController73 mNotifDataStore = notifDataStore; in LightsOutNotifController()80 mNotifDataStore.getHasActiveNotifs().removeObserver(mObserver); in onViewDetached()90 mNotifDataStore.getHasActiveNotifs().addSyncObserver(mObserver); in onViewAttached()97 return mNotifDataStore.getHasActiveNotifs().getValue(); in hasActiveNotifications()