Searched refs:timeInRatMicros (Results 1 – 1 of 1) sorted by relevance
85 List<Long> timeInRatMicros = new ArrayList<>(); in buildProto() local89 timeInRatMicros.add(tr); in buildProto()92 m.timeInRatMs = timeInRatMicros.stream().mapToLong(Long::longValue).toArray(); in buildProto()