Searched refs:getLinkResourceList (Results 1 – 2 of 2) sorted by relevance
344 for (VtsReportMessage.UrlResourceMessage resource : report.getLinkResourceList()) { in insertTestReport()
14684 getLinkResourceList(); in getLinkResourceList() method15576 …c java.util.List<com.android.vts.proto.VtsReportMessage.UrlResourceMessage> getLinkResourceList() { in getLinkResourceList() method in VtsReportMessage.TestReportMessage15826 result = result && getLinkResourceList() in equals()15827 .equals(other.getLinkResourceList()); in equals()15903 hash = (53 * hash) + getLinkResourceList().hashCode(); in hashCode()19418 …c java.util.List<com.android.vts.proto.VtsReportMessage.UrlResourceMessage> getLinkResourceList() { in getLinkResourceList() method in VtsReportMessage.TestReportMessage.Builder