Searched refs:hasTestSuite (Results 1 – 1 of 1) sorted by relevance
14218 @java.lang.Deprecated boolean hasTestSuite(); in hasTestSuite() method14978 @java.lang.Deprecated public boolean hasTestSuite() { in hasTestSuite() method in VtsReportMessage.TestReportMessage15776 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