Searched refs:rilHistogram (Results 1 – 1 of 1) sorted by relevance
776 TelephonyHistogram rilHistogram = rilHistograms.get(i); in buildProto() local779 histogramProto.category = rilHistogram.getCategory(); in buildProto()780 histogramProto.id = rilHistogram.getId(); in buildProto()781 histogramProto.minTimeMillis = rilHistogram.getMinTime(); in buildProto()782 histogramProto.maxTimeMillis = rilHistogram.getMaxTime(); in buildProto()783 histogramProto.avgTimeMillis = rilHistogram.getAverageTime(); in buildProto()784 histogramProto.count = rilHistogram.getSampleCount(); in buildProto()785 histogramProto.bucketCount = rilHistogram.getBucketCount(); in buildProto()786 histogramProto.bucketEndPoints = rilHistogram.getBucketEndPoints(); in buildProto()787 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()