Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java173 private ITestResult mCurrentResult; field in ResultReporter
362 mCurrentResult = mCurrentCaseResult.getOrCreateResult(test.getTestName().trim()); in testStarted()
363 if (mCurrentResult.isRetry()) { in testStarted()
364 mCurrentResult.reset(); // clear result status for this invocation in testStarted()
374 if (mCurrentResult.getResultStatus() == TestStatus.FAIL) { in testEnded()
392 if (mCurrentResult.getResultStatus() == null) { in testEnded()
395 mCurrentResult.passed(report); in testEnded()
404 mCurrentResult.skipped(); in testIgnored()
412 mCurrentResult.failed(sanitizeXmlContent(trace)); in testFailed()
420 mCurrentResult.skipped(); in testAssumptionFailure()
[all …]
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...