Searched refs:suggestionCards (Results 1 – 1 of 1) sorted by relevance
171 final Map<Integer, List<ContextualCard>> suggestionCards = new ArrayMap<>(); in updateAdapter() local172 suggestionCards.put(ContextualCard.CardType.LEGACY_SUGGESTION, mSuggestions); in updateAdapter()174 () -> mCardUpdateListener.onContextualCardUpdated(suggestionCards)); in updateAdapter()