Searched refs:VtsTestType (Results 1 – 3 of 3) sorted by relevance
35 enum VtsTestType { enum285 optional VtsTestType test_type = 3;
100 VtsTestType = enum_type_wrapper.EnumTypeWrapper(_VTSTESTTYPE) variable
154 public enum VtsTestType enum in VtsReportMessage208 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 …]