Searched refs:rilHistogram (Results 1 – 1 of 1) sorted by relevance
513 TelephonyHistogram rilHistogram = rilHistograms.get(i); in buildProto() local516 histogramProto.category = rilHistogram.getCategory(); in buildProto()517 histogramProto.id = rilHistogram.getId(); in buildProto()518 histogramProto.minTimeMillis = rilHistogram.getMinTime(); in buildProto()519 histogramProto.maxTimeMillis = rilHistogram.getMaxTime(); in buildProto()520 histogramProto.avgTimeMillis = rilHistogram.getAverageTime(); in buildProto()521 histogramProto.count = rilHistogram.getSampleCount(); in buildProto()522 histogramProto.bucketCount = rilHistogram.getBucketCount(); in buildProto()523 histogramProto.bucketEndPoints = rilHistogram.getBucketEndPoints(); in buildProto()524 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()