Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6604 label_ = java.util.Collections.emptyList(); in ProfilingReportMessage()
6678 label_ = new java.util.ArrayList<com.google.protobuf.ByteString>(); in ProfilingReportMessage()
6681 label_.add(input.readBytes()); in ProfilingReportMessage()
6732 label_ = java.util.Collections.unmodifiableList(label_); in ProfilingReportMessage()
6851 private java.util.List<com.google.protobuf.ByteString> label_; field in VtsReportMessage.ProfilingReportMessage
6857 return label_; in getLabelList()
6863 return label_.size(); in getLabelCount()
6869 return label_.get(index); in getLabel()
6999 for (int i = 0; i < label_.size(); i++) { in writeTo()
7000 output.writeBytes(21, label_.get(i)); in writeTo()
[all …]