Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java320 if (!profilingReport.hasStartTimestamp() in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java137 if (!report.hasStartTimestamp() in insertTestReport()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3690 boolean hasStartTimestamp(); in hasStartTimestamp() method
4099 public boolean hasStartTimestamp() { in hasStartTimestamp() method in VtsReportMessage.TestCaseReportMessage
4455 result = result && (hasStartTimestamp() == other.hasStartTimestamp()); in equals()
4456 if (hasStartTimestamp()) { in equals()
4492 if (hasStartTimestamp()) { in hashCode()
4800 if (other.hasStartTimestamp()) { in mergeFrom()
5049 public boolean hasStartTimestamp() { in hasStartTimestamp() method in VtsReportMessage.TestCaseReportMessage.Builder
6481 boolean hasStartTimestamp(); in hasStartTimestamp() method
6821 public boolean hasStartTimestamp() { in hasStartTimestamp() method in VtsReportMessage.ProfilingReportMessage
7107 result = result && (hasStartTimestamp() == other.hasStartTimestamp()); in equals()
[all …]