Searched refs:newGroup (Results 1 – 5 of 5) sorted by relevance
441 MessagingGroup newGroup = null; in createGroupViews() local445 newGroup = message.getGroup(); in createGroupViews()446 if (newGroup != null) { in createGroupViews()450 if (newGroup == null) { in createGroupViews()452 mAddedGroups.add(newGroup); in createGroupViews()461 newGroup.setIsInConversation(false); in createGroupViews()462 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()469 newGroup.setSingleLine(mIsCollapsed); in createGroupViews()470 newGroup.setShowingAvatar(!mIsCollapsed); in createGroupViews()473 mGroups.add(newGroup); in createGroupViews()[all …]
898 MessagingGroup newGroup = null; in createGroupViews() local902 newGroup = message.getGroup(); in createGroupViews()903 if (newGroup != null) { in createGroupViews()908 if (newGroup == null) { in createGroupViews()910 mAddedGroups.add(newGroup); in createGroupViews()919 newGroup.setIsInConversation(true); in createGroupViews()920 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()928 newGroup.setSingleLine(mIsCollapsed); in createGroupViews()929 newGroup.setSender(sender, nameOverride); in createGroupViews()931 mGroups.add(newGroup); in createGroupViews()[all …]
69 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() local70 return reinterpret_cast<jlong>(newGroup); in createEmptyGroup()75 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() local76 return reinterpret_cast<jlong>(newGroup); in createGroup()
911 DisplayGroup newGroup = getDisplayGroupLocked(groupId); in assignDisplayGroupLocked() local912 if (newGroup == null) { in assignDisplayGroupLocked()913 newGroup = new DisplayGroup(groupId); in assignDisplayGroupLocked()914 mDisplayGroups.append(groupId, newGroup); in assignDisplayGroupLocked()916 if (oldGroup != newGroup) { in assignDisplayGroupLocked()920 newGroup.addDisplayLocked(display); in assignDisplayGroupLocked()
2501 mService.addNotification(newGroup); in testCancelAllNotificationsFromApp_cannotCancelFgsChild()2530 mService.addNotification(newGroup); in testCancelAllNotifications_fromApp_cannotCancelFgsParent()2556 mService.addNotification(newGroup); in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild()2582 mService.addNotification(newGroup); in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent()2606 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent()2629 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild()2655 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithFgsParent()2681 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithFgsChild()2704 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearParent()2727 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearChild()[all …]