Searched refs:rilHistogram (Results 1 – 1 of 1) sorted by relevance
718 TelephonyHistogram rilHistogram = rilHistograms.get(i); in buildProto() local721 histogramProto.category = rilHistogram.getCategory(); in buildProto()722 histogramProto.id = rilHistogram.getId(); in buildProto()723 histogramProto.minTimeMillis = rilHistogram.getMinTime(); in buildProto()724 histogramProto.maxTimeMillis = rilHistogram.getMaxTime(); in buildProto()725 histogramProto.avgTimeMillis = rilHistogram.getAverageTime(); in buildProto()726 histogramProto.count = rilHistogram.getSampleCount(); in buildProto()727 histogramProto.bucketCount = rilHistogram.getBucketCount(); in buildProto()728 histogramProto.bucketEndPoints = rilHistogram.getBucketEndPoints(); in buildProto()729 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()