Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestCaseReader.java34 public abstract static class TestSection { class in CellLayoutTestCaseReader
37 public TestSection(State state) { in TestSection() method in CellLayoutTestCaseReader.TestSection
50 public static class Comment extends TestSection {
56 public static class Arguments extends TestSection {
65 public static class Board extends TestSection {
112 private TestSection parseNextLine(Iterator<String> it) { in parseNextLine()
130 public List<TestSection> parse() { in parse()
131 List<TestSection> sections = new ArrayList<>(); in parse()
135 TestSection section = parseNextLine(it); in parse()
DReorderAlgorithmUnitTestCase.java66 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()
DReorderAlgorithmUnitTest.java294 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestCases()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java289 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()
305 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap()