Home
last modified time | relevance | path

Searched refs:oldGroup (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DGrouping.cpp45 C3DGroup *oldGroup = thiz->mGroup; in I3DGrouping_Set3DGroup() local
46 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()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java762 final NotificationChannelGroup oldGroup = r.groups.get(group.getId()); in createNotificationChannelGroup() local
763 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()
DNotificationManagerService.java6753 String oldGroup = old != null ? old.getSbn().getGroupKey() : null;
6757 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);
6773 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {