Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java406 Long newLong = Long.parseLong(newValue); in combineValues() local
407 return Long.toString(existingLong + newLong); in combineValues()