Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java75 private static final String SERIAL3 = "ghi"; field in ModuleRepoTest
118 SERIALS.add(SERIAL3);
121 DEVICE_TOKENS.add(String.format("%s:%s", SERIAL3, FOOBAR_TOKEN));
198 Set<String> tokens = deviceTokens.get(SERIAL3); in testInitialization()
299 List<IModuleDef> shard3 = mRepo.getModules(SERIAL3, 2); in testGetModulesSharded_uneven()
375 List<IModuleDef> modules = mRepo.getModules(SERIAL3, 0); in testParsing()