Searched refs:getDeviceInfoList (Results 1 – 2 of 2) sorted by relevance
249 for (VtsReportMessage.AndroidDeviceInfoMessage device : report.getDeviceInfoList()) { in insertTestReport()
14270 getDeviceInfoList(); in getDeviceInfoList() method15048 …va.util.List<com.android.vts.proto.VtsReportMessage.AndroidDeviceInfoMessage> getDeviceInfoList() { in getDeviceInfoList() method in VtsReportMessage.TestReportMessage15790 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