Searched refs:RESULT_FILE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java43 private final String RESULT_FILE = "image_processing_result.txt"; field in class:ImageProcessingTest
75 File resultFile = new File(externalStorage, RESULT_FILE);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java238 intent.putExtra(TestShellActivity.RESULT_FILE, LOAD_TEST_RESULT);
H A DLayoutTestsAutoTest.java339 intent.putExtra(TestShellActivity.RESULT_FILE, resultFile);
H A DTestShellActivity.java199 mResultFile = intent.getStringExtra(RESULT_FILE);
964 static final String RESULT_FILE = "ResultFile"; field in class:TestShellActivity

Completed in 68 milliseconds