Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java57 private final NotifLiveDataStore mNotifDataStore; field in LegacyLightsOutNotifController
74 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()