Searched refs:newCard (Results 1 – 2 of 2) sorted by relevance
58 final ContextualCard newCard = mNewCards.get(newCardPosition); in areContentsTheSame() local62 if (newCard.getCategory() == STICKY_VALUE || newCard.getCategory() == IMPORTANT_VALUE in areContentsTheSame()63 || newCard.hasInlineAction()) { in areContentsTheSame()66 return mOldCards.get(oldCardPosition).equals(newCard); in areContentsTheSame()
361 final ContextualCard newCard = in onFinishCardLoading_hasSavedCard_shouldOnlyShowSavedCard() local369 loadedCards.add(newCard); in onFinishCardLoading_hasSavedCard_shouldOnlyShowSavedCard()387 final ContextualCard newCard = in onFinishCardLoading_reloadData_hasNewCard_shouldOnlyShowOldCard() local395 loadedCards.add(newCard); in onFinishCardLoading_reloadData_hasNewCard_shouldOnlyShowOldCard()