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.java457 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetshard_allSameRuntime() local
459 testList.add(mod1); in testGetshard_allSameRuntime()
480 assertEquals(mod1, res.get(0)); in testGetshard_allSameRuntime()
497 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetShard_cannotSplitMore() local
499 testList.add(mod1); in testGetShard_cannotSplitMore()