Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java108 postMessage.getTestPlanReportList()) { in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java21837 getTestPlanReportList(); in getTestPlanReportList() method
22055 …a.util.List<com.android.vts.proto.VtsReportMessage.TestPlanReportMessage> getTestPlanReportList() { in getTestPlanReportList() method in VtsReportMessage.DashboardPostMessage
22149 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