Home
last modified time | relevance | path

Searched defs:projectVersion (Results 1 – 1 of 1) sorted by relevance

/test/vts/web/dashboard/src/main/java/com/android/vts/entity/
DCoverageEntity.java49 public final String projectVersion; field in CoverageEntity
65 String filePath, String projectName, String projectVersion, List<Long> lineCoverage) { in CoverageEntity()
111 String projectVersion = (String) e.getProperty(PROJECT_VERSION); in fromEntity() local
145 String projectVersion = coverage.getRevision().toStringUtf8(); in fromCoverageReport() local