Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java74 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>();
110 NotificationGroup group = mGroupMap.get(getGroupKey(entry.getSbn())); in isGroupExpanded()
121 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isLogicalGroupExpanded()
130 NotificationGroup group = mGroupMap.get(getGroupKey(entry.getSbn())); in setGroupExpanded()
137 private void setGroupExpanded(NotificationGroup group, boolean expanded) { in setGroupExpanded()
176 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()
221 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAddedInternal()
223 group = new NotificationGroup(groupKey); in onEntryAddedInternal()
264 private void addToPostBatchHistory(NotificationGroup group, @Nullable NotificationEntry entry) { in addToPostBatchHistory()
289 private void updateSuppression(NotificationGroup group) { in updateSuppression()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java35 …systemui.statusbar.notification.collection.legacy.NotificationGroupManagerLegacy.NotificationGroup;
138 public void onGroupCreated(NotificationGroup group, String groupKey) {
143 public void onGroupRemoved(NotificationGroup group, String groupKey) {
148 public void onGroupSuppressionChanged(NotificationGroup group, boolean suppressed) {
158 public void onGroupAlertOverrideChanged(NotificationGroup group,
176 private void onGroupChanged(NotificationGroup group, in onGroupChanged()
236 NotificationGroup group = mGroupManager.getGroupForSummary(summary.getSbn()); in checkForForwardAlertTransfer()
284 private int getPendingChildrenNotAlerting(@NonNull NotificationGroup group) { in getPendingChildrenNotAlerting()
304 private boolean pendingInflationsWillAddChildren(@NonNull NotificationGroup group) { in pendingInflationsWillAddChildren()
325 @NonNull NotificationGroup group) { in isPendingNotificationInGroup()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerLegacyTest.java39 …systemui.statusbar.notification.collection.legacy.NotificationGroupManagerLegacy.NotificationGroup;
210 NotificationGroup summaryGroup = mGroupManager.getGroupForSummary(summaryEntry.getSbn()); in helpTestAlertOverrideWithSiblings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java94 …systemui.statusbar.notification.collection.legacy.NotificationGroupManagerLegacy.NotificationGroup;
645 public void onGroupCreatedFromChildren(NotificationGroup group) { in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java460 NotificationGroupManagerLegacy.NotificationGroup group, in setupNEM()