Searched defs:mHistoryCollection (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ | ||
H A D | PassFailButtons.java | 186 private final TestResultHistoryCollection mHistoryCollection; field in PassFailButtons.Activity |
H A D | TestResultHistoryCollection.java | 14 private final Set<TestResultHistory> mHistoryCollection = new HashSet<>(); field in TestResultHistoryCollection |
H A D | TestResult.java | 56 private final TestResultHistoryCollection mHistoryCollection; field in TestResult |
H A D | TestListAdapter.java | 601 private final TestResultHistoryCollection mHistoryCollection; field in TestListAdapter.SetTestResultTask |