Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java174 protected NotificationData mNotificationData; field in BaseStatusBar
630 boolean isUpdate = mNotificationData.get(key) != null;
645 mNotificationData.updateRanking(rankingMap);
706 mNotificationData = new NotificationData(this); in start()
968 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in onDensityOrFontScaleChanged()
1115 mNotificationData.getImportance(sbn.getKey())); in bindGuts()
1504 && mNotificationData.getVisibilityOverride(key) == Notification.VISIBILITY_SECRET;
2134 int notificationLoad = mNotificationData.getActiveNotifications().size();
2179 NotificationData.Entry entry = mNotificationData.remove(key, ranking);
2238 mNotificationData.add(entry, ranking);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java614 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
781 mNotificationData.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()
1515 mNotificationData.updateRanking(ranking); in addNotification()
1532 } else if (mNotificationData.getImportance(notification.getKey()) in addNotification()
1567 return mNotificationData.shouldSuppressScreenOn(key); in shouldSuppressFullScreenIntent()
1569 return mNotificationData.shouldSuppressScreenOff(key); in shouldSuppressFullScreenIntent()
1575 mNotificationData.updateRanking(ranking); in updateNotificationRanking()
1597 Entry entry = mNotificationData.get(key); in removeNotification()
1637 Entry entry = mNotificationData.get(key); in removeNotification()
1680 Entry entry = mNotificationData.get(key); in handleGroupSummaryRemoved()
[all …]