Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DCoverageEntity.java62 public static final String PROJECT_VERSION = "projectVersion"; field in CoverageEntity
219 coverageEntity.setUnindexedProperty(PROJECT_VERSION, projectVersion); in toEntity()
240 || !e.hasProperty(PROJECT_VERSION)) { in fromEntity()
250 String projectVersion = (String) e.getProperty(PROJECT_VERSION); in fromEntity()