Searched refs:historyCollection (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 72 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 109 addResultData(data, testResult, testName, testDetails, reportLog, historyCollection); in createResult() 114 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData() argument 120 intent.putExtra(TEST_HISTORY_COLLECTION, historyCollection); in addResultData() 132 TestResultHistoryCollection historyCollection = in fromActivityResult() local 134 return new TestResult(name, result, details, reportLog, historyCollection); in fromActivityResult() [all …]
|
D | TestResultsReport.java | 164 TestResultHistoryCollection historyCollection = mAdapter in getCaseResult() local 166 if (historyCollection != null) { in getCaseResult() 168 getTestResultHistories(historyCollection); in getCaseResult() 201 TestResultHistoryCollection historyCollection) { in getTestResultHistories() argument 204 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories() 215 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
|
D | PassFailButtons.java | 418 TestResultHistoryCollection historyCollection = new TestResultHistoryCollection(); in getHistoryCollection() local 419 historyCollection.merge(getTestId(), histories); in getHistoryCollection() 420 return historyCollection; in getHistoryCollection() 583 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResultAndFinish() argument 598 … setTestResultAndFinishHelper(activity, testId, testDetails, passed, reportLog, historyCollection); in setTestResultAndFinish() 604 TestResultHistoryCollection historyCollection) { in setTestResultAndFinishHelper() argument 606 TestResult.setPassedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper() 608 TestResult.setFailedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
|
D | TestListAdapter.java | 342 TestResultHistoryCollection historyCollection = in getRefreshResults() local 347 histories.put(testName, historyCollection); in getRefreshResults() 381 TestResultHistoryCollection historyCollection) { in SetTestResultTask() argument 386 mHistoryCollection = historyCollection; in SetTestResultTask() 405 TestResultHistoryCollection historyCollection = in doInBackground() local 407 mHistoryCollection.merge(null, historyCollection); in doInBackground()
|
D | TestResultsProvider.java | 121 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setTestResult() argument 127 values.put(TestResultsProvider.COLUMN_TEST_RESULT_HISTORY, serialize(historyCollection)); in setTestResult()
|