Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DPassFailButtons.java186 private final TestResultHistoryCollection mHistoryCollection; field in PassFailButtons.Activity
342 private final TestResultHistoryCollection mHistoryCollection; field in PassFailButtons.ListActivity
H A DTestResultHistoryCollection.java14 private final Set<TestResultHistory> mHistoryCollection = new HashSet<>(); field in TestResultHistoryCollection
H A DTestResult.java56 private final TestResultHistoryCollection mHistoryCollection; field in TestResult
H A DTestListAdapter.java601 private final TestResultHistoryCollection mHistoryCollection; field in TestListAdapter.SetTestResultTask