Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestResultHistory.java146 private final boolean isAutomated; field in TestResultHistory.ExecutionRecord
148 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord() argument
151 this.isAutomated = isAutomated; in ExecutionRecord()
163 return isAutomated; in getIsAutomated()
177 && isAutomated == that.isAutomated; in equals()
182 return Objects.hash(startTime, endTime, isAutomated); in hashCode()