Searched refs:setPercentiles (Results 1 – 3 of 3) sorted by relevance
263 mMetricUtil.setPercentiles(new HashSet<>()); in testAggregateCommaSeparatedMetrics()286 mMetricUtil.setPercentiles(new LinkedHashSet<> (Arrays.asList(50, 90, 99))); in testCustomPercentiles()324 mMetricUtil.setPercentiles(new HashSet<>()); in testAggregateStoredTestMetricsForMultipleIterations()366 mMetricUtil.setPercentiles(new HashSet<>()); in testAggregateStoredTestMetricsForSingleIterationMultipleTest()408 mMetricUtil.setPercentiles(new HashSet<>()); in testAggregateEmptyStoredTestMetricsForMultipleIterations()441 mMetricUtil.setPercentiles(new HashSet<>()); in testAggregateStoredTestMetricsWithStrictFilters()470 mMetricUtil.setPercentiles(new HashSet<>()); in testAggregateStoredTestMetricsWithStrictFiltersNotMatching()
178 mMetricUtil.setPercentiles(mPercentiles); in setUp()
222 public void setPercentiles(Set<Integer> percentiles) { in setPercentiles() method in MetricUtility