Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java304 || !profilingReport.hasType() in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6459 boolean hasType(); in hasType() method
6785 public boolean hasType() { in hasType() method in VtsReportMessage.ProfilingReportMessage
7099 result = result && (hasType() == other.hasType()); in equals()
7100 if (hasType()) { in equals()
7148 if (hasType()) { in hashCode()
7440 if (other.hasType()) { in mergeFrom()
7571 public boolean hasType() { in hasType() method in VtsReportMessage.ProfilingReportMessage.Builder