Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointEntity.java53 public static final String Y_LABEL = "yLabel"; field in ProfilingPointEntity
157 profilingPoint.setUnindexedProperty(Y_LABEL, this.yLabel); in toEntity()
177 || !e.hasProperty(Y_LABEL)) { in fromEntity()
188 String yLabel = (String) e.getProperty(Y_LABEL); in fromEntity()
DProfilingPointRunEntity.java58 public static final String Y_LABEL = "yLabel"; field in ProfilingPointRunEntity
243 profilingRun.setUnindexedProperty(Y_LABEL, this.yLabel); in toEntity()
265 || !e.hasProperty(Y_LABEL)) { in fromEntity()
276 String yLabel = (String) e.getProperty(Y_LABEL); in fromEntity()