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.java201 Intent resultIntent = new Intent(); in setTestResult() local
202 TestResult.addResultData(resultIntent, result, test.testName, /* testDetails */ null, in setTestResult()
204 handleLaunchTestResult(RESULT_OK, resultIntent); in setTestResult()