Home
last modified time | relevance | path

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

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