Searched refs:mNotificationData (Results 1 – 2 of 2) sorted by relevance
170 protected NotificationData mNotificationData; field in BaseStatusBar613 boolean isUpdate = mNotificationData.get(key) != null;628 mNotificationData.updateRanking(rankingMap);689 mNotificationData = new NotificationData(this); in start()948 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in onDensityOrFontScaleChanged()988 if (mRemoteInputEntriesToRemoveOnCollapse.remove(mNotificationData.get(n.getKey()))) { in performRemoveNotification()1104 guts.bindImportance(pmUser, sbn, mNotificationData.getImportance(sbn.getKey())); in bindGuts()1493 && mNotificationData.getVisibilityOverride(key) == Notification.VISIBILITY_SECRET;2112 int notificationLoad = mNotificationData.getActiveNotifications().size();2157 NotificationData.Entry entry = mNotificationData.remove(key, ranking);[all …]
593 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();749 mNotificationData.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()1406 mNotificationData.updateRanking(ranking); in addNotification()1423 } else if (mNotificationData.getImportance(notification.getKey()) in addNotification()1458 return mNotificationData.shouldSuppressScreenOn(key); in shouldSuppressFullScreenIntent()1460 return mNotificationData.shouldSuppressScreenOff(key); in shouldSuppressFullScreenIntent()1466 mNotificationData.updateRanking(ranking); in updateNotificationRanking()1485 Entry entry = mNotificationData.get(key); in removeNotification()1525 Entry entry = mNotificationData.get(key); in removeNotification()1567 Entry entry = mNotificationData.get(key); in handleGroupSummaryRemoved()[all …]