Searched refs:hasTestPlanName (Results 1 – 2 of 2) sorted by relevance
431 if (testModules.size() != testTimes.size() || !report.hasTestPlanName()) { in insertTestPlanReport()
19822 boolean hasTestPlanName(); in hasTestPlanName() method20156 public boolean hasTestPlanName() { in hasTestPlanName() method in VtsReportMessage.TestPlanReportMessage20400 result = result && (hasTestPlanName() == other.hasTestPlanName()); in equals()20401 if (hasTestPlanName()) { in equals()20428 if (hasTestPlanName()) { in hashCode()20700 if (other.hasTestPlanName()) { in mergeFrom()20997 public boolean hasTestPlanName() { in hasTestPlanName() method in VtsReportMessage.TestPlanReportMessage.Builder