Searched refs:newItem (Results 1 – 9 of 9) sorted by relevance
70 NotificationGroup newItem = mNewList.get(newItemPosition); in areItemsTheSame() local72 return sameGroupUniqueIdentifiers(oldItem, newItem); in areItemsTheSame()87 NotificationGroup newItem) { in sameGroupUniqueIdentifiers() argument89 if (oldItem == newItem) { in sameGroupUniqueIdentifiers()93 if (!oldItem.getGroupKey().equals(newItem.getGroupKey())) { in sameGroupUniqueIdentifiers()98 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification()); in sameGroupUniqueIdentifiers()106 static boolean sameNotificationKey(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKey() argument107 if (oldItem == newItem) { in sameNotificationKey()112 && newItem != null in sameNotificationKey()113 && Objects.equals(oldItem.getKey(), newItem.getKey()); in sameNotificationKey()[all …]
71 @NonNull BrowseViewData newItem) {72 return Objects.equals(oldItem.mMediaItem, newItem.mMediaItem)73 && Objects.equals(oldItem.mText, newItem.mText);78 @NonNull BrowseViewData newItem) {79 return oldItem.equals(newItem);
425 for (EitItem newItem : items) { in handleEvents()426 if (newItem.getEndTimeUtcMillis() < currentTime) { in handleEvents()429 long newItemStartTime = newItem.getStartTimeUtcMillis(); in handleEvents()430 long newItemEndTime = newItem.getEndTimeUtcMillis(); in handleEvents()443 newItem, in handleEvents()462 newItem, in handleEvents() local
344 for (WorkspaceItemInfo newItem : newItems) {345 if (!oldItems.contains(newItem) && !newItem.equals(dropped)) {346 moveIn.add(newItem);
225 public synchronized void addItem(Context context, ItemInfo item, boolean newItem) { in addItem() argument244 if (newItem && count.value == 1) { in addItem()255 if (newItem) { in addItem()
868 SparseArray<MergedItem> userItems, MergedItem newItem) { in addOtherUserItem() argument869 MergedItem userItem = userItems.get(newItem.mUserId); in addOtherUserItem()872 UserInfo info = mUm.getUserInfo(newItem.mUserId); in addOtherUserItem()881 userItem = new MergedItem(newItem.mUserId); in addOtherUserItem()882 userItems.put(newItem.mUserId, userItem); in addOtherUserItem()893 userItem.mChildren.add(newItem); in addOtherUserItem()
330 public boolean areContentsTheSame(ListItem oldItem, ListItem newItem) { in VerticalListAdapter()331 return comparator.compare(oldItem, newItem) == 0; in VerticalListAdapter()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...