Home
last modified time | relevance | path

Searched refs:get95PercentileValue (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DStatTest.java35 assertEquals(95, (int) Stat.get95PercentileValue(values)); in testGet95PercentileValue()
41 assertEquals(950, (int) Stat.get95PercentileValue(values)); in testGet95PercentileValue()
47 assertEquals(95 * 95, (int) Stat.get95PercentileValue(values)); in testGet95PercentileValue()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DStat.java175 public static double get95PercentileValue(double[] values) { in get95PercentileValue() method in Stat