Home
last modified time | relevance | path

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

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