Searched refs:newLong (Results 1 – 1 of 1) sorted by relevance
458 long newLong = Long.parseLong(newValue); in combineValues() local459 return Long.toString(existingLong + newLong); in combineValues()