Searched refs:mNotifDataStore (Results 1 – 1 of 1) sorted by relevance
57 private final NotifLiveDataStore mNotifDataStore; field in LegacyLightsOutNotifController74 mNotifDataStore = notifDataStore; in LegacyLightsOutNotifController()86 mNotifDataStore.getHasActiveNotifs().removeObserver(mObserver); in onViewDetached()96 mNotifDataStore.getHasActiveNotifs().addSyncObserver(mObserver); in onViewAttached()103 return mNotifDataStore.getHasActiveNotifs().getValue(); in hasActiveNotifications()