Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java47 private final Set<ExecutionRecord> mExecutionRecords; field in TestResultHistory
57 this.mExecutionRecords = executionRecords; in TestResultHistory()
67 return mExecutionRecords; in getExecutionRecords()
81 && Objects.equals(mExecutionRecords, that.mExecutionRecords); in equals()
87 return Objects.hash(mTestName, mExecutionRecords); in hashCode()