Searched refs:TestResultHistoryCollection (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 48 private final TestResultHistoryCollection mHistoryCollection; 64 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setPassedResult() 83 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setFailedResult() 89 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in createResult() 96 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData() 113 TestResultHistoryCollection historyCollection = in fromActivityResult() 114 (TestResultHistoryCollection) data.getSerializableExtra(TEST_HISTORY_COLLECTION); in fromActivityResult() 120 TestResultHistoryCollection historyCollection) { in TestResult() 126 historyCollection == null ? new TestResultHistoryCollection() : historyCollection; in TestResult() 150 public TestResultHistoryCollection getHistoryCollection() { in getHistoryCollection()
|
D | PassFailButtons.java | 110 TestResultHistoryCollection getHistoryCollection(); in getHistoryCollection() 116 private final TestResultHistoryCollection mHistoryCollection; 120 this.mHistoryCollection = new TestResultHistoryCollection(); in Activity() 182 public TestResultHistoryCollection getHistoryCollection() { return mHistoryCollection; } in getHistoryCollection() 188 private final TestResultHistoryCollection mHistoryCollection; 192 this.mHistoryCollection = new TestResultHistoryCollection(); in ListActivity() 236 public TestResultHistoryCollection getHistoryCollection() { return mHistoryCollection; } in getHistoryCollection() 292 public TestResultHistoryCollection getHistoryCollection() { in getHistoryCollection() 293 List<TestResultHistoryCollection> histories = in getHistoryCollection() 297 TestResultHistoryCollection historyCollection = new TestResultHistoryCollection(); in getHistoryCollection() [all …]
|
D | TestListAdapter.java | 79 private final Map<String, TestResultHistoryCollection> mHistories = new HashMap<>(); 202 TestResultHistoryCollection histories = testResult.getHistoryCollection(); in setTestResult() 238 Map<String, TestResultHistoryCollection> mHistories; 245 Map<String, TestResultHistoryCollection> histories) { in RefreshResult() 269 Map<String, TestResultHistoryCollection> histories = new HashMap<>(); in getRefreshResults() 281 TestResultHistoryCollection historyCollection = in getRefreshResults() 282 (TestResultHistoryCollection) deserialize(cursor.getBlob(5)); in getRefreshResults() 313 private final TestResultHistoryCollection mHistoryCollection; 320 TestResultHistoryCollection historyCollection) { in SetTestResultTask() 412 public TestResultHistoryCollection getHistoryCollection(int position) { 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 | TestResultsReport.java | 148 TestResultHistoryCollection historyCollection = mAdapter.getHistoryCollection(i); in generateResult()
|
D | TestResultsProvider.java | 107 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setTestResult()
|