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.java592 final NotificationChannelGroup oldGroup = r.groups.get(group.getId()); in createNotificationChannelGroup() local
593 if (!group.equals(oldGroup)) { in createNotificationChannelGroup()
597 if (oldGroup != null) { in createNotificationChannelGroup()
598 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup()
602 group.setBlocked(oldGroup.isBlocked()); in createNotificationChannelGroup()
604 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()
607 if (group.isBlocked() != oldGroup.isBlocked()) { in createNotificationChannelGroup()
DNotificationManagerService.java5612 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
5616 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);
5632 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {