Searched refs:findBestRegularBucketIndex (Results 1 – 1 of 1) sorted by relevance
224 bucketIndex = findBestRegularBucketIndex(setting.periodInMs, in createBucketSettings()499 bucketIndex = findBestRegularBucketIndex(settings.periodInMs, NUM_OF_REGULAR_BUCKETS); in addScanToBuckets()508 private static int findBestRegularBucketIndex(int requestedPeriod, int maxNumBuckets) { in findBestRegularBucketIndex() method in BackgroundScanScheduler542 int newBucketIndex = findBestRegularBucketIndex(scanRequest.periodInMs, i); in compactBuckets()