Searched refs:test1 (Results 1 – 7 of 7) sorted by relevance
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParserTest.java | 72 TestDescription test1 = new TestDescription(RUN_NAME, TEST_NAME_2); in testRunTimeoutInput() local 73 mockRunListener.testStarted(test1); in testRunTimeoutInput() 74 mockRunListener.testFailed(test1, "TIMEOUT"); in testRunTimeoutInput() 75 mockRunListener.testEnded(test1, Collections.emptyMap()); in testRunTimeoutInput() 101 TestDescription test1 = new TestDescription(RUN_NAME, TEST_NAME_2); in testRunNormalInput() local 102 mockRunListener.testStarted(test1); in testRunNormalInput() 103 mockRunListener.testEnded(test1, Collections.emptyMap()); in testRunNormalInput() 221 TestDescription test1 = new TestDescription(RUN_NAME, TEST_NAME_1); in testNormalSummary() local 222 mockRunListener.testStarted(test1, 1525425222367l); in testNormalSummary() 223 mockRunListener.testEnded(test1, 1525425223793l, Collections.emptyMap()); in testNormalSummary() [all …]
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 147 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in testResultReporting() local 148 mReporter.testStarted(test1); in testResultReporting() 149 mReporter.testEnded(test1, new HashMap<String, Metric>()); in testResultReporting() 266 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in testRetry() local 267 mReporter.testStarted(test1); in testRetry() 268 mReporter.testFailed(test1, STACK_TRACE); in testRetry() 269 mReporter.testEnded(test1, new HashMap<String, Metric>()); in testRetry() 385 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in testResultReporting_moduleNotDone() local 386 mReporter.testStarted(test1); in testResultReporting_moduleNotDone() 387 mReporter.testEnded(test1, new HashMap<String, Metric>()); in testResultReporting_moduleNotDone() [all …]
|
D | MetadataReporterTest.java | 119 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in runTests() local 120 mReporter.testStarted(test1); in runTests() 122 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests() 127 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
|
D | ConsoleReporterTest.java | 109 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in runTests() local 110 mReporter.testStarted(test1); in runTests() 111 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
|
D | ChecksumReporterTest.java | 97 ITestResult test1 = caseResult.getOrCreateResult("Test1"); in setUp() local 98 test1.passed(mReportLog); in setUp()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepoTest.java | 458 TestRuntime test1 = new TestRuntime(); in testGetshard_allSameRuntime() local 459 test1.runtimeHint = 100l; in testGetshard_allSameRuntime() 460 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetshard_allSameRuntime() 498 TestRuntime test1 = new TestRuntime(); in testGetShard_cannotSplitMore() local 499 test1.runtimeHint = 100l; in testGetShard_cannotSplitMore() 500 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetShard_cannotSplitMore()
|
/test/suite_harness/common/util/tests/assets/ |
D | logcat.txt | 168 …ight: type=1400 audit(0.0:130): avc: denied { read } for path="/data/data/test1.mp4" dev="sda35" i…
|