Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java72 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setPassedResult() argument
76 testDetails, reportLog, historyCollection)); in setPassedResult()
95 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setFailedResult() argument
99 testDetails, reportLog, historyCollection)); in setFailedResult()
103 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in createResult() argument
105 addResultData(data, testResult, testName, testDetails, reportLog, historyCollection); in createResult()
110 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData() argument
116 intent.putExtra(TEST_HISTORY_COLLECTION, historyCollection); in addResultData()
128 TestResultHistoryCollection historyCollection = in fromActivityResult() local
130 return new TestResult(name, result, details, reportLog, historyCollection); in fromActivityResult()
[all …]
DTestResultsReport.java169 TestResultHistoryCollection historyCollection = mAdapter in getCaseResult() local
171 if (historyCollection != null) { in getCaseResult()
173 getTestResultHistories(historyCollection); in getCaseResult()
206 TestResultHistoryCollection historyCollection) { in getTestResultHistories() argument
209 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
220 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
DPassFailButtons.java390 TestResultHistoryCollection historyCollection = new TestResultHistoryCollection(); in getHistoryCollection() local
391 historyCollection.merge(getTestId(), histories); in getHistoryCollection()
392 return historyCollection; in getHistoryCollection()
555 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResultAndFinish() argument
570 … setTestResultAndFinishHelper(activity, testId, testDetails, passed, reportLog, historyCollection); in setTestResultAndFinish()
576 TestResultHistoryCollection historyCollection) { in setTestResultAndFinishHelper() argument
578 TestResult.setPassedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
580 TestResult.setFailedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
DTestListAdapter.java342 TestResultHistoryCollection historyCollection = in getRefreshResults() local
347 histories.put(testName, historyCollection); in getRefreshResults()
381 TestResultHistoryCollection historyCollection) { in SetTestResultTask() argument
386 mHistoryCollection = historyCollection; in SetTestResultTask()
DTestResultsProvider.java112 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setTestResult() argument
118 values.put(TestResultsProvider.COLUMN_TEST_RESULT_HISTORY, serialize(historyCollection)); in setTestResult()