Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java321 || !profilingReport.hasEndTimestamp() in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java138 || !report.hasEndTimestamp() in insertTestReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3703 boolean hasEndTimestamp(); in hasEndTimestamp() method
4118 public boolean hasEndTimestamp() { in hasEndTimestamp() method in VtsReportMessage.TestCaseReportMessage
4460 result = result && (hasEndTimestamp() == other.hasEndTimestamp()); in equals()
4461 if (hasEndTimestamp()) { in equals()
4497 if (hasEndTimestamp()) { in hashCode()
4803 if (other.hasEndTimestamp()) { in mergeFrom()
5093 public boolean hasEndTimestamp() { in hasEndTimestamp() method in VtsReportMessage.TestCaseReportMessage.Builder
6494 boolean hasEndTimestamp(); in hasEndTimestamp() method
6840 public boolean hasEndTimestamp() { in hasEndTimestamp() method in VtsReportMessage.ProfilingReportMessage
7112 result = result && (hasEndTimestamp() == other.hasEndTimestamp()); in equals()
[all …]