Searched refs:mTwoSuggestions (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
H A DSuggestionAdapterTest.java76 private List<Tile> mTwoSuggestions; field in class:SuggestionAdapterTest
90 mTwoSuggestions = new ArrayList<>();
91 mTwoSuggestions.add(mSuggestion1);
92 mTwoSuggestions.add(mSuggestion2);
100 mSuggestionAdapter = new SuggestionAdapter(mContext, mTwoSuggestions, new ArrayList<>());

Completed in 63 milliseconds