Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java2150 boolean hasId(); in hasId() method
2338 public boolean hasId() { in hasId() method in VtsReportMessage.AndroidBuildInfo
2516 result = result && (hasId() == other.hasId()); in equals()
2517 if (hasId()) { in equals()
2552 if (hasId()) { in hashCode()
2790 if (other.hasId()) { in mergeFrom()
2841 public boolean hasId() { in hasId() method in VtsReportMessage.AndroidBuildInfo.Builder