Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java14218 @java.lang.Deprecated boolean hasTestSuite(); in hasTestSuite() method
14978 @java.lang.Deprecated public boolean hasTestSuite() { in hasTestSuite() method in VtsReportMessage.TestReportMessage
15776 result = result && (hasTestSuite() == other.hasTestSuite()); in equals()
15777 if (hasTestSuite()) { in equals()
15839 if (hasTestSuite()) { in hashCode()
16288 if (other.hasTestSuite()) { in mergeFrom()
16563 @java.lang.Deprecated public boolean hasTestSuite() { in hasTestSuite() method in VtsReportMessage.TestReportMessage.Builder