Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DResultData.java20 public static final String RESULT_FILE_LOCATION = field in ResultData
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DMetricsReporter.java48 File file = new File("/sdcard/" + ResultData.RESULT_FILE_LOCATION); in end()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java249 File resultFile = mDevice.pullFileFromExternal(ResultData.RESULT_FILE_LOCATION); in retrieveResultData()