Home
last modified time | relevance | path

Searched defs: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()
215 private void runTestCaseMapForAllGrids(Map<Point, ReorderTestCase> testCaseMap, in runTestCaseMapForAllGrids()
290 Map<Point, ReorderTestCase> testCaseMap) { in addTestCase()
304 Map<Point, ReorderTestCase> testCaseMap = new HashMap<>(); in getTestMap() local