Home
last modified time | relevance | path

Searched refs:TEST_HISTORY_COLLECTION (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java48 private static final String TEST_HISTORY_COLLECTION = "historyCollection"; field in TestResult
116 intent.putExtra(TEST_HISTORY_COLLECTION, historyCollection); in addResultData()
129 (TestResultHistoryCollection) data.getSerializableExtra(TEST_HISTORY_COLLECTION); in fromActivityResult()