Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java97 boolean hasBranch(); in hasBranch() method
841 public boolean hasBranch() { in hasBranch() method in TestSuiteResultMessageProto.TestSuiteResultMessage
1623 if (!hasBranch()) { in isInitialized()
1845 result = result && (hasBranch() == other.hasBranch()); in equals()
1846 if (hasBranch()) { in equals()
1976 if (hasBranch()) { in hashCode()
2427 if (other.hasBranch()) { in mergeFrom()
2532 if (!hasBranch()) { in isInitialized()
2819 public boolean hasBranch() { in hasBranch() method in TestSuiteResultMessageProto.TestSuiteResultMessage.Builder
DVtsReportMessage.java611 boolean hasBranch(); in hasBranch() method
938 public boolean hasBranch() { in hasBranch() method in VtsReportMessage.AndroidDeviceInfoMessage
1194 result = result && (hasBranch() == other.hasBranch()); in equals()
1195 if (hasBranch()) { in equals()
1251 if (hasBranch()) { in hashCode()
1535 if (other.hasBranch()) { in mergeFrom()
1793 public boolean hasBranch() { in hasBranch() method in VtsReportMessage.AndroidDeviceInfoMessage.Builder
2201 boolean hasBranch(); in hasBranch() method
2407 public boolean hasBranch() { in hasBranch() method in VtsReportMessage.AndroidBuildInfo
2531 result = result && (hasBranch() == other.hasBranch()); in equals()
[all …]