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