Searched refs:hasProductVariant (Results 1 – 2 of 2) sorted by relevance
268 if (!device.hasBuildAlias() || !device.hasBuildFlavor() || !device.hasProductVariant() in fromDeviceInfoMessage()
560 boolean hasProductVariant(); in hasProductVariant() method869 public boolean hasProductVariant() { in hasProductVariant() method in VtsReportMessage.AndroidDeviceInfoMessage1179 result = result && (hasProductVariant() == other.hasProductVariant()); in equals()1180 if (hasProductVariant()) { in equals()1239 if (hasProductVariant()) { in hashCode()1526 if (other.hasProductVariant()) { in mergeFrom()1640 public boolean hasProductVariant() { in hasProductVariant() method in VtsReportMessage.AndroidDeviceInfoMessage.Builder