Searched refs:NotificationGroup (Results 1 – 4 of 4) sorted by relevance
51 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>();81 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()89 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()96 private void setGroupExpanded(NotificationGroup group, boolean expanded) { in setGroupExpanded()120 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()151 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAdded()153 group = new NotificationGroup(); in onEntryAdded()195 private void updateSuppression(NotificationGroup group) { in updateSuppression()225 private boolean hasIsolatedChildren(NotificationGroup group) { in hasIsolatedChildren()292 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in getTotalNumberOfChildren()[all …]
37 import com.android.systemui.statusbar.phone.NotificationGroupManager.NotificationGroup;132 public void onGroupCreated(NotificationGroup group, String groupKey) {137 public void onGroupRemoved(NotificationGroup group, String groupKey) {142 public void onGroupSuppressionChanged(NotificationGroup group, boolean suppressed) {228 private int getPendingChildrenNotAlerting(@NonNull NotificationGroup group) { in getPendingChildrenNotAlerting()248 private boolean pendingInflationsWillAddChildren(@NonNull NotificationGroup group) { in pendingInflationsWillAddChildren()269 @NonNull NotificationGroup group) { in isPendingNotificationInGroup()471 final NotificationGroup mGroup;473 GroupAlertEntry(NotificationGroup group) { in GroupAlertEntry()
269 NotificationGroupManager.NotificationGroup group, in BubbleController()
6489 public void onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group) {