Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java339 if (log.hasUrl()) { in insertTestReport()
345 if (resource.hasUrl()) { in insertTestReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java12688 boolean hasUrl(); in hasUrl() method
12833 public boolean hasUrl() { in hasUrl() method in VtsReportMessage.LogMessage
12953 result = result && (hasUrl() == other.hasUrl()); in equals()
12954 if (hasUrl()) { in equals()
12979 if (hasUrl()) { in hashCode()
13198 if (other.hasUrl()) { in mergeFrom()
13243 public boolean hasUrl() { in hasUrl() method in VtsReportMessage.LogMessage.Builder
13451 boolean hasUrl(); in hasUrl() method
13598 public boolean hasUrl() { in hasUrl() method in VtsReportMessage.UrlResourceMessage
13718 result = result && (hasUrl() == other.hasUrl()); in equals()
[all …]