Home
last modified time | relevance | path

Searched defs:mHistoryCollection (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultHistoryCollection.java14 private final Set<TestResultHistory> mHistoryCollection = new HashSet<>(); field in TestResultHistoryCollection
DPassFailButtons.java147 private final TestResultHistoryCollection mHistoryCollection; field in PassFailButtons.Activity
255 private final TestResultHistoryCollection mHistoryCollection; field in PassFailButtons.ListActivity
DTestResult.java54 private final TestResultHistoryCollection mHistoryCollection; field in TestResult
DTestListAdapter.java374 private final TestResultHistoryCollection mHistoryCollection; field in TestListAdapter.SetTestResultTask