Searched refs:histogramProto (Results 1 – 1 of 1) sorted by relevance
489 TelephonyProto.TelephonyHistogram histogramProto = log.histograms[i]; in buildProto() local491 histogramProto.category = rilHistogram.getCategory(); in buildProto()492 histogramProto.id = rilHistogram.getId(); in buildProto()493 histogramProto.minTimeMillis = rilHistogram.getMinTime(); in buildProto()494 histogramProto.maxTimeMillis = rilHistogram.getMaxTime(); in buildProto()495 histogramProto.avgTimeMillis = rilHistogram.getAverageTime(); in buildProto()496 histogramProto.count = rilHistogram.getSampleCount(); in buildProto()497 histogramProto.bucketCount = rilHistogram.getBucketCount(); in buildProto()498 histogramProto.bucketEndPoints = rilHistogram.getBucketEndPoints(); in buildProto()499 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()