Home
last modified time | relevance | path

Searched refs:testDescription (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java182 TestDescription testDescription = entry.getKey(); in convertMetricsToJson() local
187 testDescription.getClassName(), testDescription.getTestName()); in convertMetricsToJson()
196 CLog.d("Skipping metrics for %s because results are empty.", testDescription); in convertMetricsToJson()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java326 BaseTestSuite suite, TestRunResult moduleResult, String testDescription) { in addExcludeToConfig() argument
328 if (testDescription != null) { in addExcludeToConfig()
329 filter = String.format("%s %s", filter, testDescription); in addExcludeToConfig()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAggregatePostProcessor.java57 TestDescription testDescription, HashMap<String, Metric> testMetrics) { in processTestMetrics() argument
60 String fullTestName = testDescription.toString(); in processTestMetrics()
DIPostProcessor.java61 TestDescription testDescription, HashMap<String, Metric> testMetrics); in processTestMetrics() argument
DBasePostProcessor.java61 TestDescription testDescription, HashMap<String, Metric> testMetrics) { in processTestMetrics() argument