Home
last modified time | relevance | path

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

/test/vts/proto/
DVtsReportMessage.proto35 enum VtsTestType { enum
285 optional VtsTestType test_type = 3;
DVtsReportMessage_pb2.py100 VtsTestType = enum_type_wrapper.EnumTypeWrapper(_VTSTESTTYPE) variable
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java154 public enum VtsTestType enum in VtsReportMessage
208 public static VtsTestType valueOf(int value) { in valueOf()
212 public static VtsTestType forNumber(int value) { in forNumber()
223 public static com.google.protobuf.Internal.EnumLiteMap<VtsTestType>
228 VtsTestType> internalValueMap =
229 new com.google.protobuf.Internal.EnumLiteMap<VtsTestType>() {
230 public VtsTestType findValueByNumber(int number) {
231 return VtsTestType.forNumber(number);
248 private static final VtsTestType[] VALUES = values();
250 public static VtsTestType valueOf( in valueOf()
[all …]