Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DInvocationMetricLogger.java89 long existingLong = 0L; in addInvocationMetrics() local
92 existingLong = Long.parseLong(existingVal); in addInvocationMetrics()
99 value += existingLong; in addInvocationMetrics()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java405 Long existingLong = Long.parseLong(existingValue); in combineValues() local
407 return Long.toString(existingLong + newLong); in combineValues()