Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DFilePullerDeviceMetricCollector.java155 File attemptPull = retrieveFile(device, entry.getValue()); in pullMetricFile()
190 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile() method in FilePullerDeviceMetricCollector
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java380 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile() method in PerfettoPullerMetricCollector
383 return super.retrieveFile(device, remoteFilePath); in retrieveFile()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java300 .retrieveFile(getBootloaderFilePrefix(device), bootloaderVersion), in downloadFlashingResources()
306 localBuild.setBasebandImage(getFlashingResourcesRetriever().retrieveFile( in downloadFlashingResources()
DIFlashingResourcesRetriever.java35 public File retrieveFile(String imageName, String version) throws TargetSetupError; in retrieveFile() method