Home | History | Annotate | Download | only in suggestions

Lines Matching defs:suggestions

17 package com.android.settings.dashboard.suggestions;
34 import android.service.settings.suggestions.Suggestion;
45 import com.android.settingslib.suggestions.SuggestionControllerMixin;
151 final List<Tile> suggestions = new ArrayList<>();
152 suggestions.add(new Tile());
153 suggestions.add(new Tile());
154 suggestions.add(new Tile());
155 suggestions.add(new Tile());
156 suggestions.add(new Tile());
157 suggestions.add(new Tile());
158 suggestions.add(new Tile());
160 mProvider.filterExclusiveSuggestions(suggestions);
162 assertThat(suggestions).hasSize(3);