Home
last modified time | relevance | path

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

/test/vts/proto/
DVtsReportMessage_pb2.py56 TestCaseResult = enum_type_wrapper.EnumTypeWrapper(_TESTCASERESULT) variable
DVtsReportMessage.proto23 enum TestCaseResult { enum
/test/vts/web/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java18 public enum TestCaseResult enum in VtsReportMessage
125 private TestCaseResult(int index, int value) { in TestCaseResult() method in VtsReportMessage.TestCaseResult