Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java67 public static final String SERIES = "series"; field in ProfilingPointSummaryEntity
256 profilingSummary.setIndexedProperty(SERIES, this.series); in toEntity()
301 || !e.hasProperty(SERIES)) { in fromEntity()
354 String series = (String) e.getProperty(SERIES); in fromEntity()