Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java336 for (ByteString label : profilingReport.getLabelList()) { in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6503 java.util.List<com.google.protobuf.ByteString> getLabelList(); in getLabelList() method
6856 getLabelList() { in getLabelList() method in VtsReportMessage.ProfilingReportMessage
7049 size += 2 * getLabelList().size(); in getSerializedSize()
7117 result = result && getLabelList() in equals()
7118 .equals(other.getLabelList()); in equals()
7168 hash = (53 * hash) + getLabelList().hashCode(); in hashCode()
7730 getLabelList() { in getLabelList() method in VtsReportMessage.ProfilingReportMessage.Builder