Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java205 Intent resultIntent = new Intent(); in setTestResult() local
206 TestResult.addResultData(resultIntent, result, test.testName, /* testDetails */ null, in setTestResult()
208 handleLaunchTestResult(RESULT_OK, resultIntent); in setTestResult()