Searched refs:oldGroup (Results 1 – 7 of 7) sorted by relevance
45 C3DGroup *oldGroup = thiz->mGroup; in I3DGrouping_Set3DGroup() local46 if (newGroup != oldGroup) { in I3DGrouping_Set3DGroup()48 if (NULL != oldGroup) { in I3DGrouping_Set3DGroup()49 IObject *oldGroupObject = &oldGroup->mObject; in I3DGrouping_Set3DGroup()52 assert(oldGroup->mMemberMask & mask); in I3DGrouping_Set3DGroup()53 oldGroup->mMemberMask &= ~mask; in I3DGrouping_Set3DGroup()
568 for (NotificationGroup oldGroup: mOldProcessedNotifications) { in additionalGroupAndRank()570 oldGroup.setGroupSummaryNotification(newNotification); in additionalGroupAndRank()581 NotificationGroup oldGroup = mOldProcessedNotifications.get(i); in additionalGroupAndRank() local582 if (TextUtils.equals(oldGroup.getGroupKey(), in additionalGroupAndRank()584 && (!mShowRecentsAndOlderHeaders || !oldGroup.isSeen())) { in additionalGroupAndRank()586 if (oldGroup.getChildCount() == 0) { in additionalGroupAndRank()593 oldGroup.addNotification(newNotification); in additionalGroupAndRank()594 mOldProcessedNotifications.set(i, oldGroup); in additionalGroupAndRank()600 oldGroup.removeNotification(newNotification); in additionalGroupAndRank()602 oldGroup.addNotification(newNotification); in additionalGroupAndRank()[all …]
571 final DisplayGroup oldGroup = getDisplayGroupLocked(groupId); in assignDisplayGroupLocked() local588 if (oldGroup != newGroup) { in assignDisplayGroupLocked()589 if (oldGroup != null) { in assignDisplayGroupLocked()590 oldGroup.removeDisplayLocked(display); in assignDisplayGroupLocked()596 + (oldGroup != null ? oldGroup.getGroupId() : "null")); in assignDisplayGroupLocked()
568 val oldGroup = group regex615 logPermissionChanges(oldGroup, newGroup, buttonClicked)639 val oldGroup = group regex659 logPermissionChanges(oldGroup, newGroup, buttonPressed)761 oldGroup: LightAppPermGroup,767 for ((permName, permission) in oldGroup.permissions) {
276 NotificationGroup oldGroup = mNotificationGroupMap.get(oldGroupKey); in updateGroupKeyIfNecessary() local277 oldGroup.removeChildKey(childKey); in updateGroupKeyIfNecessary()278 if (oldGroup.isEmpty()) { in updateGroupKeyIfNecessary()
802 final NotificationChannelGroup oldGroup = r.groups.get(group.getId()); in createNotificationChannelGroup() local803 if (oldGroup != null) { in createNotificationChannelGroup()804 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup()808 group.setBlocked(oldGroup.isBlocked()); in createNotificationChannelGroup()810 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()813 if (group.isBlocked() != oldGroup.isBlocked()) { in createNotificationChannelGroup()819 if (!group.equals(oldGroup)) { in createNotificationChannelGroup()823 oldGroup == null, in createNotificationChannelGroup()824 (oldGroup != null) && oldGroup.isBlocked()); in createNotificationChannelGroup()
7247 String oldGroup = old != null ? old.getSbn().getGroupKey() : null;7251 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);7267 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {