Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultHistoryCollection.java34 Set<TestResultHistory.ExecutionRecord> executionRecords in add() local
36 executionRecords.add(new TestResultHistory.ExecutionRecord(start, end, isAutomated)); in add()
37 mHistoryCollection.add(new TestResultHistory(test, executionRecords)); in add()
46 public void addAll(String test, Set<TestResultHistory.ExecutionRecord> executionRecords) { in addAll() argument
47 TestResultHistory history = new TestResultHistory(test, executionRecords); in addAll()
51 resultHistory.getExecutionRecords().addAll(executionRecords); in addAll()