Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java696 boolean hasSerial(); in hasSerial() method
1053 public boolean hasSerial() { in hasSerial() method in VtsReportMessage.AndroidDeviceInfoMessage
1219 result = result && (hasSerial() == other.hasSerial()); in equals()
1220 if (hasSerial()) { in equals()
1271 if (hasSerial()) { in hashCode()
1550 if (other.hasSerial()) { in mergeFrom()
2048 public boolean hasSerial() { in hasSerial() method in VtsReportMessage.AndroidDeviceInfoMessage.Builder