Home
last modified time | relevance | path

Searched defs:VtsTestType (Results 1 – 3 of 3) sorted by relevance

/test/vts/proto/
DVtsReportMessage_pb2.py100 VtsTestType = enum_type_wrapper.EnumTypeWrapper(_VTSTESTTYPE) variable
DVtsReportMessage.proto35 enum VtsTestType { enum
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java154 public enum VtsTestType enum in VtsReportMessage
261 private VtsTestType(int value) { in VtsTestType() method in VtsReportMessage.VtsTestType