Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java464 double existingDouble = Double.parseDouble(existingValue); in combineValues() local
466 return Double.toString(existingDouble + newDouble); in combineValues()