Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java159 IInvocationResult result = mReporter.getResult(); in testResultReporting()
172 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting()
176 ITestResult result2 = caseResult.getResult(METHOD_2); in testResultReporting()
180 ITestResult result3 = caseResult.getResult(METHOD_3); in testResultReporting()
214 IInvocationResult result = mReporter.getResult(); in testRepeatedExecutions()
228 ITestResult result1 = caseResult.getResult(METHOD_1); in testRepeatedExecutions()
234 ITestResult result2 = caseResult.getResult(METHOD_2); in testRepeatedExecutions()
242 ITestResult result3 = caseResult.getResult(METHOD_3); in testRepeatedExecutions()
254 IInvocationResult invocationResult = mReporter.getResult(); in testRetry()
278 IInvocationResult result = mReporter.getResult(); in testRetry()
[all …]
DChecksumReporterTest.java93 mInvocationResult = resultReporter.getResult(); in setUp()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java104 String oldBuildFingerprint = new LightInvocationResult(getResult()).getBuildFingerprint(); in validateBuildFingerprint()
151 IInvocationResult result = new LightInvocationResult(getResult()); in setCommandLineOptionsFor()
169 IInvocationResult result = new LightInvocationResult(getResult()); in setBuildInfoRetryCommand()
180 public IInvocationResult getResult() { in getResult() method in RetryFilterHelper
233 retryPlanCreator.setResult(getResult()); in populateFiltersBySubPlan()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java213 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun()
316 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete()
345 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_completeAfterInternalRetry()
385 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_incomplete()
413 result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_incomplete()
453 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_complete()
487 result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_complete()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DICaseResult.java41 ITestResult getResult(String testName); in getResult() method
DIModuleResult.java135 ICaseResult getResult(String caseName); in getResult() method
DCaseResult.java65 public ITestResult getResult(String testName) { in getResult() method in CaseResult
DModuleResult.java228 public ICaseResult getResult(String caseName) { in getResult() method in ModuleResult
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/util/
DVtsRetryFilterHelper.java60 IInvocationResult result = getResult(); in validateBuildFingerprint()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java1122 public IInvocationResult getResult() { in getResult() method in ResultReporter
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...