Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DCoverageEntity.java283 if (!coverage.hasFilePath() in fromCoverageReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java9037 boolean hasFilePath(); in hasFilePath() method
9352 public boolean hasFilePath() { in hasFilePath() method in VtsReportMessage.CoverageReportMessage
9674 result = result && (hasFilePath() == other.hasFilePath()); in equals()
9675 if (hasFilePath()) { in equals()
9727 if (hasFilePath()) { in hashCode()
10006 if (other.hasFilePath()) { in mergeFrom()
10076 public boolean hasFilePath() { in hasFilePath() method in VtsReportMessage.CoverageReportMessage.Builder