Searched refs:rilHistogram (Results 1 – 1 of 1) sorted by relevance
736 TelephonyHistogram rilHistogram = rilHistograms.get(i); in buildProto() local739 histogramProto.category = rilHistogram.getCategory(); in buildProto()740 histogramProto.id = rilHistogram.getId(); in buildProto()741 histogramProto.minTimeMillis = rilHistogram.getMinTime(); in buildProto()742 histogramProto.maxTimeMillis = rilHistogram.getMaxTime(); in buildProto()743 histogramProto.avgTimeMillis = rilHistogram.getAverageTime(); in buildProto()744 histogramProto.count = rilHistogram.getSampleCount(); in buildProto()745 histogramProto.bucketCount = rilHistogram.getBucketCount(); in buildProto()746 histogramProto.bucketEndPoints = rilHistogram.getBucketEndPoints(); in buildProto()747 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()