Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestRunEntity.java132 public static final String HAS_CODE_COVERAGE = "hasCodeCoverage"; field in TestRunEntity
239 testRunEntity.setProperty(HAS_CODE_COVERAGE, this.hasCodeCoverage); in toEntity()
365 if (e.hasProperty(HAS_CODE_COVERAGE)) { in fromEntity()
366 hasCodeCoverage = (boolean) e.getProperty(HAS_CODE_COVERAGE); in fromEntity()