Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java135 TestDescription test4 = new TestDescription(CLASS, METHOD_3); in runTests() local
136 mReporter.testStarted(test4); in runTests()
138 mReporter.testIgnored(test4); in runTests()
139 mReporter.testEnded(test4, new HashMap<String, Metric>()); in runTests()
DConsoleReporterTest.java126 TestDescription test4 = new TestDescription(CLASS, METHOD_3); in runTests() local
127 mReporter.testStarted(test4); in runTests()
129 mReporter.testIgnored(test4); in runTests()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java473 TestRuntime test4 = new TestRuntime(); in testGetshard_allSameRuntime() local
474 test4.runtimeHint = 100l; in testGetshard_allSameRuntime()
475 IModuleDef mod4 = new ModuleDef("test4", new Abi("arm", "32"), test4, in testGetshard_allSameRuntime()