Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java460 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetshard_allSameRuntime() local
462 testList.add(mod1); in testGetshard_allSameRuntime()
483 assertEquals(mod1, res.get(0)); in testGetshard_allSameRuntime()
500 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetShard_cannotSplitMore() local
502 testList.add(mod1); in testGetShard_cannotSplitMore()