Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java314 String xLabel = profilingReport.getXAxisLabel().toStringUtf8(); in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6541 com.google.protobuf.ByteString getXAxisLabel(); in getXAxisLabel() method
6913 public com.google.protobuf.ByteString getXAxisLabel() { in getXAxisLabel() method in VtsReportMessage.ProfilingReportMessage
7123 result = result && getXAxisLabel() in equals()
7124 .equals(other.getXAxisLabel()); in equals()
7176 hash = (53 * hash) + getXAxisLabel().hashCode(); in hashCode()
7473 setXAxisLabel(other.getXAxisLabel()); in mergeFrom()
7875 public com.google.protobuf.ByteString getXAxisLabel() { in getXAxisLabel() method in VtsReportMessage.ProfilingReportMessage.Builder
7903 xAxisLabel_ = getDefaultInstance().getXAxisLabel(); in clearXAxisLabel()