Home
last modified time | relevance | path

Searched defs: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()