Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java213 IModuleResult moduleA = result.getOrCreateModule(ID_A); in testSerialization() local
214 moduleA.setDone(false); in testSerialization()
215 moduleA.addRuntime(Integer.parseInt(RUNTIME_A)); in testSerialization()
216 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in testSerialization()
293 IModuleResult moduleA = result.getOrCreateModule(ID_A); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
294 moduleA.setDone(false); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
295 moduleA.addRuntime(Integer.parseInt(RUNTIME_A)); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
296 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
434 String moduleA = String.format(XML_MODULE, NAME_A, ABI, DEVICE_A, RUNTIME_A, DONE_A, in writeResultDir() local
463 String modules = String.join("", moduleA, moduleB); in writeResultDir()
[all …]
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java172 IModuleResult moduleA = result.getOrCreateModule(ID_A); in populateResults() local
173 moduleA.setDone(false); in populateResults()
174 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in populateResults()