Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java55 public static final String SUMSQ = "sumSq"; field in ProfilingPointSummaryEntity
249 profilingSummary.setUnindexedProperty(SUMSQ, this.globalStats.getSumSq()); in toEntity()
294 || !e.hasProperty(SUMSQ) in fromEntity()
309 double sumsq = (double) e.getProperty(SUMSQ); in fromEntity()