Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java11630 boolean hasHalInterface(); in hasHalInterface() method
11815 public boolean hasHalInterface() { in hasHalInterface() method in VtsReportMessage.ApiCoverageReportMessage
11975 result = result && (hasHalInterface() == other.hasHalInterface()); in equals()
11976 if (hasHalInterface()) { in equals()
11995 if (hasHalInterface()) { in hashCode()
12224 if (other.hasHalInterface()) { in mergeFrom()
12285 public boolean hasHalInterface() { in hasHalInterface() method in VtsReportMessage.ApiCoverageReportMessage.Builder