Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3950 int rawValue = input.readEnum(); in TestCaseReportMessage() local
3951 …age.TestCaseResult value = com.android.vts.proto.VtsReportMessage.TestCaseResult.valueOf(rawValue); in TestCaseReportMessage()
3953 unknownFields.mergeVarintField(11, rawValue); in TestCaseReportMessage()
3956 testResult_ = rawValue; in TestCaseReportMessage()
6645 int rawValue = input.readEnum(); in ProfilingReportMessage() local
6646 …VtsProfilingType value = com.android.vts.proto.VtsReportMessage.VtsProfilingType.valueOf(rawValue); in ProfilingReportMessage()
6648 unknownFields.mergeVarintField(2, rawValue); in ProfilingReportMessage()
6651 type_ = rawValue; in ProfilingReportMessage()
6656 int rawValue = input.readEnum(); in ProfilingReportMessage() local
6657 …onMode value = com.android.vts.proto.VtsReportMessage.VtsProfilingRegressionMode.valueOf(rawValue); in ProfilingReportMessage()
[all …]