Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java8116 boolean hasProcessName(); in hasProcessName() method
8286 public boolean hasProcessName() { in hasProcessName() method in VtsReportMessage.SystraceReportMessage
8436 result = result && (hasProcessName() == other.hasProcessName()); in equals()
8437 if (hasProcessName()) { in equals()
8456 if (hasProcessName()) { in hashCode()
8676 if (other.hasProcessName()) { in mergeFrom()
8735 public boolean hasProcessName() { in hasProcessName() method in VtsReportMessage.SystraceReportMessage.Builder