Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java10690 boolean hasHalInterfaceName(); in hasHalInterfaceName() method
10896 public boolean hasHalInterfaceName() { in hasHalInterfaceName() method in VtsReportMessage.HalInterfaceMessage
11020 result = result && (hasHalInterfaceName() == other.hasHalInterfaceName()); in equals()
11021 if (hasHalInterfaceName()) { in equals()
11053 if (hasHalInterfaceName()) { in hashCode()
11288 if (other.hasHalInterfaceName()) { in mergeFrom()
11477 public boolean hasHalInterfaceName() { in hasHalInterfaceName() method in VtsReportMessage.HalInterfaceMessage.Builder