Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java344 boolean hasInfraLogPath(); in hasInfraLogPath() method
1410 public boolean hasInfraLogPath() { in hasInfraLogPath() method in TestSuiteResultMessageProto.TestSuiteResultMessage
1930 result = result && (hasInfraLogPath() == other.hasInfraLogPath()); in equals()
1931 if (hasInfraLogPath()) { in equals()
2046 if (hasInfraLogPath()) { in hashCode()
2498 if (other.hasInfraLogPath()) { in mergeFrom()
3891 public boolean hasInfraLogPath() { in hasInfraLogPath() method in TestSuiteResultMessageProto.TestSuiteResultMessage.Builder