Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java2184 boolean hasBuildType(); in hasBuildType() method
2384 public boolean hasBuildType() { in hasBuildType() method in VtsReportMessage.AndroidBuildInfo
2526 result = result && (hasBuildType() == other.hasBuildType()); in equals()
2527 if (hasBuildType()) { in equals()
2560 if (hasBuildType()) { in hashCode()
2796 if (other.hasBuildType()) { in mergeFrom()
2943 public boolean hasBuildType() { in hasBuildType() method in VtsReportMessage.AndroidBuildInfo.Builder