Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3907 testResult_ = 0; in TestCaseReportMessage()
3956 testResult_ = rawValue; in TestCaseReportMessage()
4067 private int testResult_; field in VtsReportMessage.TestCaseReportMessage
4086 …TestCaseResult result = com.android.vts.proto.VtsReportMessage.TestCaseResult.valueOf(testResult_); in getTestResult()
4369 output.writeEnum(11, testResult_); in writeTo()
4403 .computeEnumSize(11, testResult_); in getSerializedSize()
4453 result = result && testResult_ == other.testResult_; in equals()
4490 hash = (53 * hash) + testResult_; in hashCode()
4646 testResult_ = 0; in clear()
4707 result.testResult_ = testResult_; in buildPartial()
[all …]