Searched refs:mNewList (Results 1 – 2 of 2) sorted by relevance
30 private List<? extends SearchResult> mNewList; field in SearchResultDiffCallback35 mNewList = newList; in SearchResultDiffCallback()45 return mNewList.size(); in getNewListSize()50 return mOldList.get(oldItemPosition).equals(mNewList.get(newItemPosition)); in areItemsTheSame()55 return mOldList.get(oldItemPosition).equals(mNewList.get(newItemPosition)); in areContentsTheSame()
44 private final List<NotificationGroup> mNewList; field in CarNotificationDiff52 mNewList = newList; in CarNotificationDiff()62 return mNewList.size(); in getNewListSize()68 NotificationGroup newItem = mNewList.get(newItemPosition); in areItemsTheSame()141 NotificationGroup newItem = mNewList.get(newItemPosition); in areContentsTheSame()