Home
last modified time | relevance | path

Searched refs:getTestResults (Results 1 – 4 of 4) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java123 intent.putExtra(EXTRA_RESULTS_RESULTS, mProcessor.getTestResults()); in onBenchmarkFinish()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstrumentationPreparer.java163 for (Entry<TestDescription, TestResult> results : result.getTestResults().entrySet()) { in instrument()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java141 : moduleResult.getTestResults().entrySet()) { in addResults()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java267 public BenchmarkResult[] getTestResults() { in getTestResults() method in Processor