Searched refs:hasBuildType (Results 1 – 1 of 1) sorted by relevance
2184 boolean hasBuildType(); in hasBuildType() method2384 public boolean hasBuildType() { in hasBuildType() method in VtsReportMessage.AndroidBuildInfo2526 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