Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java117 getEntryManager().updateNotifications("ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED");
139 getEntryManager().reapplyFilterAndSort("user switched");
169 final int count = getEntryManager().getActiveNotificationsCount();
193 private NotificationEntryManager getEntryManager() { in getEntryManager() method in NotificationLockscreenUserManagerImpl
240 getEntryManager().updateNotifications("LOCK_SCREEN_SHOW_NOTIFICATIONS," in setUpWithPresenter()
250 getEntryManager().updateNotifications("LOCK_SCREEN_ALLOW_REMOTE_INPUT" in setUpWithPresenter()
345 if (getEntryManager() == null) { in shouldHideNotifications()
349 NotificationEntry visibleEntry = getEntryManager().getActiveNotificationUnfiltered(key); in shouldHideNotifications()
355 if (getEntryManager() == null) { in shouldShowOnKeyguard()
528 if (getEntryManager() == null) { in packageHasVisibilityOverride()
[all …]