Home
last modified time | relevance | path

Searched refs:hasTestType (Results 1 – 1 of 1) 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