Searched refs:testPlanReport_ (Results 1 – 1 of 1) sorted by relevance
21875 testPlanReport_ = java.util.Collections.emptyList(); in DashboardPostMessage()21923 …testPlanReport_ = 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.DashboardPostMessage22056 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 …]