Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java287 boolean hasTestType(); in hasTestType() method
1323 public boolean hasTestType() { in hasTestType() method in TestSuiteResultMessageProto.TestSuiteResultMessage
1905 result = result && (hasTestType() == other.hasTestType()); in equals()
1906 if (hasTestType()) { in equals()
2026 if (hasTestType()) { in hashCode()
2483 if (other.hasTestType()) { in mergeFrom()
3711 public boolean hasTestType() { in hasTestType() method in TestSuiteResultMessageProto.TestSuiteResultMessage.Builder
DVtsReportMessage.java14252 boolean hasTestType(); in hasTestType() method
15024 public boolean hasTestType() { in hasTestType() method in VtsReportMessage.TestReportMessage
15786 result = result && (hasTestType() == other.hasTestType()); in equals()
15787 if (hasTestType()) { in equals()
15847 if (hasTestType()) { in hashCode()
16294 if (other.hasTestType()) { in mergeFrom()
16665 public boolean hasTestType() { in hasTestType() method in VtsReportMessage.TestReportMessage.Builder