Home
last modified time | relevance | path

Searched refs:UNKNOWN_RESULT (Results 1 – 6 of 6) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java291 TestCaseResult aggregateStatus = TestCaseResult.UNKNOWN_RESULT; in processReport()
308 if (aggregateStatus == TestCaseResult.UNKNOWN_RESULT) { in processReport()
332 else classNames += TestCaseResult.UNKNOWN_RESULT.toString(); in processReport()
/test/vti/dashboard/src/main/webapp/css/
Dcommon.css38 .UNKNOWN_RESULT {
Dshow_test_runs_common.css150 .UNKNOWN_RESULT {
/test/vts/proto/
DVtsReportMessage.proto25 UNKNOWN_RESULT = 0; enumerator
DVtsReportMessage_pb2.py163 UNKNOWN_RESULT = 0 variable
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java29 UNKNOWN_RESULT(0), enumConstant
92 case 0: return UNKNOWN_RESULT; in forNumber()
4087 …return result == null ? com.android.vts.proto.VtsReportMessage.TestCaseResult.UNKNOWN_RESULT : res… in getTestResult()
5009 …urn result == null ? com.android.vts.proto.VtsReportMessage.TestCaseResult.UNKNOWN_RESULT : result; in getTestResult()