Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java315 String yLabel = profilingReport.getYAxisLabel().toStringUtf8(); in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6550 com.google.protobuf.ByteString getYAxisLabel(); in getYAxisLabel() method
6928 public com.google.protobuf.ByteString getYAxisLabel() { in getYAxisLabel() method in VtsReportMessage.ProfilingReportMessage
7128 result = result && getYAxisLabel() in equals()
7129 .equals(other.getYAxisLabel()); in equals()
7180 hash = (53 * hash) + getYAxisLabel().hashCode(); in hashCode()
7476 setYAxisLabel(other.getYAxisLabel()); in mergeFrom()
7918 public com.google.protobuf.ByteString getYAxisLabel() { in getYAxisLabel() method in VtsReportMessage.ProfilingReportMessage.Builder
7938 yAxisLabel_ = getDefaultInstance().getYAxisLabel(); in clearYAxisLabel()