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.java458 long newLong = Long.parseLong(newValue); in combineValues() local
459 return Long.toString(existingLong + newLong); in combineValues()