Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java132 private final boolean isAutomated; field in TestResultHistory.ExecutionRecord
134 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord() argument
137 this.isAutomated = isAutomated; in ExecutionRecord()
149 return isAutomated; in getIsAutomated()
163 && isAutomated == that.isAutomated; in equals()
168 return Objects.hash(startTime, endTime, isAutomated); in hashCode()