Searched refs:TestResultHistoryCollection (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 56 private final TestResultHistoryCollection mHistoryCollection; 71 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setPassedResult() 98 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setFailedResult() 113 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in createResult() 124 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData() 151 TestResultHistoryCollection historyCollection = in fromActivityResultWithTestName() 152 (TestResultHistoryCollection) data.getSerializableExtra(TEST_HISTORY_COLLECTION); in fromActivityResultWithTestName() 178 TestResultHistoryCollection historyCollection) { in TestResult() 184 historyCollection == null ? new TestResultHistoryCollection() : historyCollection; in TestResult() 208 public TestResultHistoryCollection getHistoryCollection() { in getHistoryCollection()
|
D | TestResultHistoryCollection.java | 11 public class TestResultHistoryCollection implements Serializable { class 67 public void merge(String prefix, TestResultHistoryCollection resultHistoryCollection) { in merge() 82 public void merge(String prefix, List<TestResultHistoryCollection> resultHistories) { in merge()
|
D | PassFailButtons.java | 178 TestResultHistoryCollection getHistoryCollection(); in getHistoryCollection() 184 private final TestResultHistoryCollection mHistoryCollection; 189 this.mHistoryCollection = new TestResultHistoryCollection(); in Activity() 290 public TestResultHistoryCollection getHistoryCollection() { return mHistoryCollection; } in getHistoryCollection() 328 private final TestResultHistoryCollection mHistoryCollection; 331 mHistoryCollection = new TestResultHistoryCollection(); in ListActivity() 394 public TestResultHistoryCollection getHistoryCollection() { return mHistoryCollection; } in getHistoryCollection() 496 public TestResultHistoryCollection getHistoryCollection() { in getHistoryCollection() 497 List<TestResultHistoryCollection> histories = in getHistoryCollection() 501 TestResultHistoryCollection historyCollection = new TestResultHistoryCollection(); in getHistoryCollection() [all …]
|
D | TestListAdapter.java | 89 private final Map<String, TestResultHistoryCollection> mHistories = new HashMap<>(); 444 TestResultHistoryCollection histories = testResult.getHistoryCollection(); in setTestResult() 493 Map<String, TestResultHistoryCollection> mHistories; 501 Map<String, TestResultHistoryCollection> histories, in RefreshResult() 528 Map<String, TestResultHistoryCollection> histories = new HashMap<>(); in getRefreshResults() 546 TestResultHistoryCollection historyCollection = in getRefreshResults() 547 (TestResultHistoryCollection) deserialize(cursor.getBlob(5)); in getRefreshResults() 601 private final TestResultHistoryCollection mHistoryCollection; 609 TestResultHistoryCollection historyCollection, in SetTestResultTask() 636 TestResultHistoryCollection historyCollection = in doInBackground() [all …]
|
D | TestResultsReport.java | 165 TestResultHistoryCollection historyCollection = mAdapter in getCaseResult() 209 TestResultHistoryCollection historyCollection) { in getTestResultHistories()
|
D | TestResultsProvider.java | 124 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResult()
|