Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DIFlashingResourcesRetriever.java35 public File retrieveFile(String imageName, String version) throws TargetSetupError; in retrieveFile() method
DFastbootDeviceFlasher.java357 .retrieveFile(getBootloaderFilePrefix(device), bootloaderVersion), in downloadFlashingResources()
366 localBuild.setBasebandImage(getFlashingResourcesRetriever().retrieveFile( in downloadFlashingResources()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DFilePullerDeviceMetricCollector.java203 retrieveFile(device, entry.getValue(), deviceUsers.get(device)); in pullMetricFile()
239 protected File retrieveFile(ITestDevice device, String remoteFilePath, int userId) in retrieveFile() method in FilePullerDeviceMetricCollector
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterBuildProvider.java132 File cachedFile = retrieveFile(resource.getUrl(), cache, downloader, resourceFile); in getBuild()
163 private File retrieveFile( in retrieveFile() method in ClusterBuildProvider
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java442 protected File retrieveFile(ITestDevice device, String remoteFilePath, int userId) in retrieveFile() method in PerfettoPullerMetricCollector
445 return super.retrieveFile(device, remoteFilePath, userId); in retrieveFile()
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DBluetoothHciSnoopLogCollectorTest.java140 verify(mCollector).retrieveFile(Mockito.any(), Mockito.anyString(), Mockito.anyInt()); in testPullFileAndLog()