Searched refs:mSuggestionsShownLogged (Results 1 – 1 of 1) sorted by relevance
64 private final ArrayList<String> mSuggestionsShownLogged; field in DashboardAdapter121 mSuggestionsShownLogged = savedInstanceState.getStringArrayList( in DashboardAdapter()124 mSuggestionsShownLogged = new ArrayList<>(); in DashboardAdapter()181 mSuggestionsShownLogged.add(identifier); in setCategoriesAndSuggestions()244 if (!mSuggestionsShownLogged.contains(suggestionId)) { in onBindViewHolder()247 mSuggestionsShownLogged.add(suggestionId); in onBindViewHolder()288 if (mSuggestionsShownLogged.contains(suggestionId)) { in onPause()293 mSuggestionsShownLogged.clear(); in onPause()388 if (!mSuggestionsShownLogged.contains(suggestionId)) { in onBindSuggestionHeader()392 mSuggestionsShownLogged.add(suggestionId); in onBindSuggestionHeader()[all …]