Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java105 getEntryManager().updateNotifications();
123 getEntryManager().getNotificationData().filterAndSort();
146 getEntryManager().getNotificationData().getActiveNotifications().size();
147 … final int rank = getEntryManager().getNotificationData().getRank(notificationKey);
150 getEntryManager().getNotificationData().get(notificationKey));
171 private NotificationEntryManager getEntryManager() { in getEntryManager() method in NotificationLockscreenUserManagerImpl
204 getEntryManager().updateNotifications(); in setUpWithPresenter()
213 getEntryManager().updateNotifications(); in setUpWithPresenter()
300 if (getEntryManager() == null) { in shouldHideNotifications()
305 && getEntryManager().getNotificationData().getVisibilityOverride(key) == in shouldHideNotifications()
[all …]