Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointEntity.java52 public static final String X_LABEL = "xLabel"; field in ProfilingPointEntity
156 profilingPoint.setUnindexedProperty(X_LABEL, this.xLabel); in toEntity()
176 || !e.hasProperty(X_LABEL) in fromEntity()
187 String xLabel = (String) e.getProperty(X_LABEL); in fromEntity()
DProfilingPointRunEntity.java57 public static final String X_LABEL = "xLabel"; field in ProfilingPointRunEntity
242 profilingRun.setUnindexedProperty(X_LABEL, this.xLabel); in toEntity()
264 || !e.hasProperty(X_LABEL) in fromEntity()
275 String xLabel = (String) e.getProperty(X_LABEL); in fromEntity()