Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java307 || !profilingReport.hasXAxisLabel() in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6533 boolean hasXAxisLabel(); in hasXAxisLabel() method
6903 public boolean hasXAxisLabel() { in hasXAxisLabel() method in VtsReportMessage.ProfilingReportMessage
7121 result = result && (hasXAxisLabel() == other.hasXAxisLabel()); in equals()
7122 if (hasXAxisLabel()) { in equals()
7174 if (hasXAxisLabel()) { in hashCode()
7472 if (other.hasXAxisLabel()) { in mergeFrom()
7865 public boolean hasXAxisLabel() { in hasXAxisLabel() method in VtsReportMessage.ProfilingReportMessage.Builder