Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java249 for (VtsReportMessage.AndroidDeviceInfoMessage device : report.getDeviceInfoList()) { in insertTestReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java14270 getDeviceInfoList(); in getDeviceInfoList() method
15048 …va.util.List<com.android.vts.proto.VtsReportMessage.AndroidDeviceInfoMessage> getDeviceInfoList() { in getDeviceInfoList() method in VtsReportMessage.TestReportMessage
15790 result = result && getDeviceInfoList() in equals()
15791 .equals(other.getDeviceInfoList()); in equals()
15853 hash = (53 * hash) + getDeviceInfoList().hashCode(); in hashCode()
16728 …va.util.List<com.android.vts.proto.VtsReportMessage.AndroidDeviceInfoMessage> getDeviceInfoList() { in getDeviceInfoList() method in VtsReportMessage.TestReportMessage.Builder