Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java662 boolean hasAbiName(); in hasAbiName() method
1007 public boolean hasAbiName() { in hasAbiName() method in VtsReportMessage.AndroidDeviceInfoMessage
1209 result = result && (hasAbiName() == other.hasAbiName()); in equals()
1210 if (hasAbiName()) { in equals()
1263 if (hasAbiName()) { in hashCode()
1544 if (other.hasAbiName()) { in mergeFrom()
1946 public boolean hasAbiName() { in hasAbiName() method in VtsReportMessage.AndroidDeviceInfoMessage.Builder