Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestRunEntity.java133 public static final String HAS_COVERAGE = "hasCoverage"; field in TestRunEntity
368 hasCodeCoverage = (boolean) e.getProperty(HAS_COVERAGE); in fromEntity()