Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java92 private final Lazy<CommonNotifCollection> mCommonNotifCollectionLazy; field in NotificationLockscreenUserManagerImpl
251 mCommonNotifCollectionLazy = commonNotifCollectionLazy; in NotificationLockscreenUserManagerImpl()
502 if (mCommonNotifCollectionLazy.get() == null) { in packageHasVisibilityOverride()
506 NotificationEntry entry = mCommonNotifCollectionLazy.get().getEntry(key); in packageHasVisibilityOverride()