Searched refs:allRows (Results 1 – 1 of 1) sorted by relevance
255 List<TestListItem> allRows = new ArrayList<TestListItem>(); in getRowsWithDisplayMode() local264 allRows.add(TestListItem.newCategory(testCategory)); in getRowsWithDisplayMode()266 allRows.addAll(tests); in getRowsWithDisplayMode()269 return allRows; in getRowsWithDisplayMode()