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.java71 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setPassedResult() argument
78 activity, testId, 1, testDetails, reportLog, historyCollection, in setPassedResult()
82 testDetails, reportLog, historyCollection)); in setPassedResult()
98 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setFailedResult() argument
105 activity, testId, 2, testDetails, reportLog, historyCollection, in setFailedResult()
109 testDetails, reportLog, historyCollection)); in setFailedResult()
113 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in createResult() argument
119 addResultData(data, testResult, testName, testDetails, reportLog, historyCollection); in createResult()
124 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData() argument
130 intent.putExtra(TEST_HISTORY_COLLECTION, historyCollection); in addResultData()
[all …]
DTestResultsReport.java165 TestResultHistoryCollection historyCollection = mAdapter in getCaseResult() local
167 if (historyCollection != null) { in getCaseResult()
169 getTestResultHistories(historyCollection); in getCaseResult()
209 TestResultHistoryCollection historyCollection) { in getTestResultHistories() argument
212 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
223 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
DPassFailButtons.java501 TestResultHistoryCollection historyCollection = new TestResultHistoryCollection(); in getHistoryCollection() local
502 historyCollection.merge(getTestId(), histories); in getHistoryCollection()
503 return historyCollection; in getHistoryCollection()
675 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResultAndFinish() argument
690 … setTestResultAndFinishHelper(activity, testId, testDetails, passed, reportLog, historyCollection); in setTestResultAndFinish()
696 TestResultHistoryCollection historyCollection) { in setTestResultAndFinishHelper() argument
698 TestResult.setPassedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
700 TestResult.setFailedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
706 activity, testId, passed ? 1 : 2, testDetails, reportLog, historyCollection, in setTestResultAndFinishHelper()
DTestListAdapter.java546 TestResultHistoryCollection historyCollection = in getRefreshResults() local
553 histories.put(testName, historyCollection); in getRefreshResults()
609 TestResultHistoryCollection historyCollection, in SetTestResultTask() argument
615 mHistoryCollection = historyCollection; in SetTestResultTask()
636 TestResultHistoryCollection historyCollection = in doInBackground() local
638 mHistoryCollection.merge(null, historyCollection); in doInBackground()
DTestResultsProvider.java124 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResult() argument
131 values.put(TestResultsProvider.COLUMN_TEST_RESULT_HISTORY, serialize(historyCollection)); in setTestResult()