Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java202 private boolean runTestCaseMap(Map<Point, ReorderTestCase> testCaseMap, String testName) { in runTestCaseMap() argument
205 if (!testCaseMap.containsKey(iconGridDimensions)) { in runTestCaseMap()
210 runTestCase(testCaseMap.get(iconGridDimensions)); in runTestCaseMap()
215 private void runTestCaseMapForAllGrids(Map<Point, ReorderTestCase> testCaseMap, in runTestCaseMapForAllGrids() argument
221 runAtLeastOnce |= runTestCaseMap(testCaseMap, testName); in runTestCaseMapForAllGrids()
290 Map<Point, ReorderTestCase> testCaseMap) { in addTestCase() argument
299 testCaseMap.put(endBoard.gridSize, in addTestCase()
304 Map<Point, ReorderTestCase> testCaseMap = new HashMap<>(); in getTestMap() local
308 addTestCase(iterableSection, testCaseMap); in getTestMap()
310 return testCaseMap; in getTestMap()