Home
last modified time | relevance | path

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

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