Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java2167 boolean hasName(); in hasName() method
2361 public boolean hasName() { in hasName() method in VtsReportMessage.AndroidBuildInfo
2521 result = result && (hasName() == other.hasName()); in equals()
2522 if (hasName()) { in equals()
2556 if (hasName()) { in hashCode()
2793 if (other.hasName()) { in mergeFrom()
2892 public boolean hasName() { in hasName() method in VtsReportMessage.AndroidBuildInfo.Builder
3656 boolean hasName(); in hasName() method
4052 public boolean hasName() { in hasName() method in VtsReportMessage.TestCaseReportMessage
4446 result = result && (hasName() == other.hasName()); in equals()
[all …]
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java303 if (!profilingReport.hasName() in fromProfilingReport()