Searched refs:rilHistogram (Results 1 – 1 of 1) sorted by relevance
688 TelephonyHistogram rilHistogram = rilHistograms.get(i); in buildProto() local691 histogramProto.category = rilHistogram.getCategory(); in buildProto()692 histogramProto.id = rilHistogram.getId(); in buildProto()693 histogramProto.minTimeMillis = rilHistogram.getMinTime(); in buildProto()694 histogramProto.maxTimeMillis = rilHistogram.getMaxTime(); in buildProto()695 histogramProto.avgTimeMillis = rilHistogram.getAverageTime(); in buildProto()696 histogramProto.count = rilHistogram.getSampleCount(); in buildProto()697 histogramProto.bucketCount = rilHistogram.getBucketCount(); in buildProto()698 histogramProto.bucketEndPoints = rilHistogram.getBucketEndPoints(); in buildProto()699 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()