Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java59 public static final String OPTIONS = "options"; field in ProfilingPointRunEntity
245 profilingRun.setUnindexedProperty(OPTIONS, this.options); in toEntity()
282 if (e.hasProperty(OPTIONS)) { in fromEntity()
283 options = (List<String>) e.getProperty(OPTIONS); in fromEntity()