Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java308 || !profilingReport.hasYAxisLabel()) { in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6546 boolean hasYAxisLabel(); in hasYAxisLabel() method
6922 public boolean hasYAxisLabel() { in hasYAxisLabel() method in VtsReportMessage.ProfilingReportMessage
7126 result = result && (hasYAxisLabel() == other.hasYAxisLabel()); in equals()
7127 if (hasYAxisLabel()) { in equals()
7178 if (hasYAxisLabel()) { in hashCode()
7475 if (other.hasYAxisLabel()) { in mergeFrom()
7912 public boolean hasYAxisLabel() { in hasYAxisLabel() method in VtsReportMessage.ProfilingReportMessage.Builder