Home
last modified time | relevance | path

Searched refs:iterableSection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java305 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap() local
307 while (iterableSection.hasNext()) { in getTestMap()
308 addTestCase(iterableSection, testCaseMap); in getTestMap()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java294 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestCases() local
296 while (iterableSection.hasNext()) { in getTestCases()
297 cases.add(ReorderAlgorithmUnitTestCase.readNextCase(iterableSection)); in getTestCases()