Home
last modified time | relevance | path

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

/test/vts/proto/
DVtsReportMessage_pb2.py65 TestCaseResult = enum_type_wrapper.EnumTypeWrapper(_TESTCASERESULT) variable
DVtsReportMessage.proto24 enum TestCaseResult { enum
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java24 public enum TestCaseResult enum in VtsReportMessage
140 private TestCaseResult(int value) { in TestCaseResult() method in VtsReportMessage.TestCaseResult