Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java421 String combinedValue = combineValues(existingValue, entry.getValue()); in testRunEnded()
454 private String combineValues(String existingValue, String newValue) { in combineValues() method in TestRunResult