Home
last modified time | relevance | path

Searched defs:ExecutionRecord (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java124 public static class ExecutionRecord implements Serializable { class in TestResultHistory
134 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord() method in TestResultHistory.ExecutionRecord