Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java168 @Getter @Setter Boolean bootSuccess; field in TestSuiteResultEntity
233 Boolean bootSuccess, in TestSuiteResultEntity() argument
253 this.bootSuccess = bootSuccess; in TestSuiteResultEntity()
519 if (!this.bootSuccess || (this.passedTestCaseCount == 0 && this.failedTestCaseCount == 0)) { in getBuganizerLink()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp220 <c:if test="${!testSuiteResultEntity.bootSuccess}">