Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java339 values = profilingReport.getValueList(); in fromProfilingReport()
342 values = profilingReport.getValueList(); in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6516 java.util.List<java.lang.Long> getValueList(); in getValueList() method
6878 getValueList() { in getValueList() method in VtsReportMessage.ProfilingReportMessage
7058 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