Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraShotToShotLatencyTest.java130 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in parseOutputFile()
DVideoEditingPerformanceTest.java173 outputFile = mTestDevice.pullFileFromExternal(OUTPUT_PATH); in logOutputFiles()
DMediaStressTest.java110 outputFile = mTestDevice.pullFileFromExternal(OUTPUT_PATH); in logOutputFile()
DCameraSettingsTest.java151 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in parseOutputFile()
DMediaPlayerStressTest.java132 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in logOutputFile()
DVideoEditingMemoryTest.java184 outputFile = mTestDevice.pullFileFromExternal(resultFile); in logOutputFiles()
DMediaMemoryTest.java193 outputFile = mTestDevice.pullFileFromExternal(outputPath); in logOutputFiles()
DCameraLatencyTest.java203 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in logOutputFile()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java249 File resultFile = mDevice.pullFileFromExternal(ResultData.RESULT_FILE_LOCATION); in retrieveResultData()
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java283 resFile = mTestDevice.pullFileFromExternal(mOutputFile); in logOutputFile()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java733 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException; in pullFileFromExternal() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java281 tmpDestFile2 = mTestDevice.pullFileFromExternal(filename); in testPushPull_extStorageVariable()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1488 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException { in pullFileFromExternal() method in NativeDevice