Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 6 of 6) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DStatSummary.java110 return getMax(); in getBestCase()
130 public double getMax() { in getMax() method in StatSummary
DHistogram.java114 public Double getMax() { in getMax() method in Histogram
DProfilingPointSummary.java114 ppSummary.getGlobalStats().getMax(), in updateLabel()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java285 assertEquals(expected.getMax(), pps.getGlobalStats().getMax(), THRESHOLD); in testNewSummary()
376 assertEquals(expected.getMax(), pps.getGlobalStats().getMax(), THRESHOLD); in testUpdateSummary()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java251 profilingSummary.setUnindexedProperty(MAX, this.globalStats.getMax()); in toEntity()
269 labelMaxes.add(labelStat.getMax()); in toEntity()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DStatSummaryTest.java73 assertEquals(max, test.getMax(), threshold); in testMax()