Searched refs:bucketCounters (Results 1 – 2 of 2) sorted by relevance
171 private void addToBucketCounter(int[] bucketEndPoints, int[] bucketCounters, int time) { in addToBucketCounter() argument175 bucketCounters[i]++; in addToBucketCounter()179 bucketCounters[i]++; in addToBucketCounter()
524 histogramProto.bucketCounters = rilHistogram.getBucketCounters(); in buildProto()