Home
last modified time | relevance | path

Searched refs:MEAN (Results 1 – 3 of 3) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java54 public static final String MEAN = "mean"; field in ProfilingPointSummaryEntity
248 profilingSummary.setUnindexedProperty(MEAN, this.globalStats.getMean()); in toEntity()
293 || !e.hasProperty(MEAN) in fromEntity()
308 double mean = (double) e.getProperty(MEAN); in fromEntity()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPerformanceDigestServlet.java40 private static final String MEAN = "Mean"; field in ShowPerformanceDigestServlet
123 tableHTML += "<th class='section-label grey lighten-2'>" + MEAN + "</th>"; in getPerformanceSummary()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsPerformanceJobServlet.java53 private static final String MEAN = "Mean"; field in VtsPerformanceJobServlet
158 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>" + MEAN + "</th>"; in getPerformanceSummary()