Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java21875 testPlanReport_ = java.util.Collections.emptyList(); in DashboardPostMessage()
21923testPlanReport_ = new java.util.ArrayList<com.android.vts.proto.VtsReportMessage.TestPlanReportMes… in DashboardPostMessage()
21926 testPlanReport_.add( in DashboardPostMessage()
21942 testPlanReport_ = java.util.Collections.unmodifiableList(testPlanReport_); in DashboardPostMessage()
22051 …ivate java.util.List<com.android.vts.proto.VtsReportMessage.TestPlanReportMessage> testPlanReport_; field in VtsReportMessage.DashboardPostMessage
22056 return testPlanReport_; in getTestPlanReportList()
22063 return testPlanReport_; in getTestPlanReportOrBuilderList()
22069 return testPlanReport_.size(); in getTestPlanReportCount()
22075 return testPlanReport_.get(index); in getTestPlanReport()
22082 return testPlanReport_.get(index); in getTestPlanReportOrBuilder()
[all …]