Home
last modified time | relevance | path

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

/test/vts/utils/python/web/
Dweb_utils.py91 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
/test/vts/proto/
DVtsReportMessage.proto37 VTS_HOST_DRIVEN_STRUCTURAL = 1; enumerator
DVtsReportMessage_pb2.py170 VTS_HOST_DRIVEN_STRUCTURAL = 1 variable
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java163 VTS_HOST_DRIVEN_STRUCTURAL(1), enumConstant
215 case 1: return VTS_HOST_DRIVEN_STRUCTURAL; in forNumber()