Searched refs:getTestPlanReportList (Results 1 – 2 of 2) sorted by relevance
108 postMessage.getTestPlanReportList()) { in doPost()
21837 getTestPlanReportList(); in getTestPlanReportList() method22055 …a.util.List<com.android.vts.proto.VtsReportMessage.TestPlanReportMessage> getTestPlanReportList() { in getTestPlanReportList() method in VtsReportMessage.DashboardPostMessage22149 result = result && getTestPlanReportList() in equals()22150 .equals(other.getTestPlanReportList()); in equals()22172 hash = (53 * hash) + getTestPlanReportList().hashCode(); in hashCode()22840 …a.util.List<com.android.vts.proto.VtsReportMessage.TestPlanReportMessage> getTestPlanReportList() { in getTestPlanReportList() method in VtsReportMessage.DashboardPostMessage.Builder