Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java80 boolean hasBootSuccess(); in hasBootSuccess() method
818 public boolean hasBootSuccess() { in hasBootSuccess() method in TestSuiteResultMessageProto.TestSuiteResultMessage
1840 result = result && (hasBootSuccess() == other.hasBootSuccess()); in equals()
1841 if (hasBootSuccess()) { in equals()
1971 if (hasBootSuccess()) { in hashCode()
2424 if (other.hasBootSuccess()) { in mergeFrom()
2771 public boolean hasBootSuccess() { in hasBootSuccess() method in TestSuiteResultMessageProto.TestSuiteResultMessage.Builder