Searched refs:NotificationGroup (Results 1 – 4 of 4) sorted by relevance
54 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>();88 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()99 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isLogicalGroupExpanded()107 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()114 private void setGroupExpanded(NotificationGroup group, boolean expanded) { in setGroupExpanded()144 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()183 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAddedInternal()185 group = new NotificationGroup(); in onEntryAddedInternal()225 private void updateSuppression(NotificationGroup group) { in updateSuppression()255 private boolean hasIsolatedChildren(NotificationGroup group) { in hasIsolatedChildren()[all …]
37 import com.android.systemui.statusbar.phone.NotificationGroupManager.NotificationGroup;133 public void onGroupCreated(NotificationGroup group, String groupKey) {138 public void onGroupRemoved(NotificationGroup group, String groupKey) {143 public void onGroupSuppressionChanged(NotificationGroup group, boolean suppressed) {215 private int getPendingChildrenNotAlerting(@NonNull NotificationGroup group) { in getPendingChildrenNotAlerting()235 private boolean pendingInflationsWillAddChildren(@NonNull NotificationGroup group) { in pendingInflationsWillAddChildren()256 @NonNull NotificationGroup group) { in isPendingNotificationInGroup()474 final NotificationGroup mGroup;476 GroupAlertEntry(NotificationGroup group) { in GroupAlertEntry()
584 NotificationGroupManager.NotificationGroup group, in setupNEM()
6783 public void onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group) {