Home
last modified time | relevance | path

Searched refs:mSuggestionsShownLogged (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardAdapter.java64 private final ArrayList<String> mSuggestionsShownLogged; field in DashboardAdapter
121 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 …]