Searched refs:getValueList (Results 1 – 2 of 2) sorted by relevance
339 values = profilingReport.getValueList(); in fromProfilingReport()342 values = profilingReport.getValueList(); in fromProfilingReport()
6516 java.util.List<java.lang.Long> getValueList(); in getValueList() method6878 getValueList() { in getValueList() method in VtsReportMessage.ProfilingReportMessage7058 size += 2 * getValueList().size(); in getSerializedSize()7119 result = result && getValueList() in equals()7120 .equals(other.getValueList()); in equals()7172 hash = (53 * hash) + getValueList().hashCode(); in hashCode()7802 getValueList() { in getValueList() method in VtsReportMessage.ProfilingReportMessage.Builder