Searched refs:retrieveFile (Results 1 – 4 of 4) sorted by relevance
155 File attemptPull = retrieveFile(device, entry.getValue()); in pullMetricFile()190 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile() method in FilePullerDeviceMetricCollector
380 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile() method in PerfettoPullerMetricCollector383 return super.retrieveFile(device, remoteFilePath); in retrieveFile()
300 .retrieveFile(getBootloaderFilePrefix(device), bootloaderVersion), in downloadFlashingResources()306 localBuild.setBasebandImage(getFlashingResourcesRetriever().retrieveFile( in downloadFlashingResources()
35 public File retrieveFile(String imageName, String version) throws TargetSetupError; in retrieveFile() method