Searched refs:oldGroup (Results 1 – 3 of 3) 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()
762 final NotificationChannelGroup oldGroup = r.groups.get(group.getId()); in createNotificationChannelGroup() local763 if (oldGroup != null) { in createNotificationChannelGroup()764 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup()768 group.setBlocked(oldGroup.isBlocked()); in createNotificationChannelGroup()770 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()773 if (group.isBlocked() != oldGroup.isBlocked()) { in createNotificationChannelGroup()779 if (!group.equals(oldGroup)) { in createNotificationChannelGroup()783 oldGroup == null, in createNotificationChannelGroup()784 (oldGroup != null) && oldGroup.isBlocked()); in createNotificationChannelGroup()
6753 String oldGroup = old != null ? old.getSbn().getGroupKey() : null;6757 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);6773 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {