HomeSort by relevance Sort by last modified time
    Searched refs:mDashboardCategory (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardFragmentTest.java 67 private DashboardCategory mDashboardCategory;
79 mDashboardCategory.tiles = new ArrayList<>();
80 mDashboardCategory.tiles.add(new Tile());
87 .thenReturn(mDashboardCategory);
107 .thenReturn(mDashboardCategory);
126 mDashboardCategory.tiles = null;
DashboardDataTest.java 65 private DashboardCategory mDashboardCategory;
93 mDashboardCategory.title = "test";
94 mDashboardCategory.tiles = new ArrayList<>();
95 mDashboardCategory.tiles.add(mTestCategoryTile);
100 .setCategory(mDashboardCategory)
107 .setCategory(mDashboardCategory)
235 .setCategory(mDashboardCategory)
242 .setCategory(mDashboardCategory)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
SecuritySettingsTest.java 75 private DashboardCategory mDashboardCategory;

Completed in 86 milliseconds