Searched refs:retrieveFile (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | IFlashingResourcesRetriever.java | 35 public File retrieveFile(String imageName, String version) throws TargetSetupError; in retrieveFile() method
|
D | FastbootDeviceFlasher.java | 357 .retrieveFile(getBootloaderFilePrefix(device), bootloaderVersion), in downloadFlashingResources() 366 localBuild.setBasebandImage(getFlashingResourcesRetriever().retrieveFile( in downloadFlashingResources()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | FilePullerDeviceMetricCollector.java | 203 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/ |
D | ClusterBuildProvider.java | 132 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/ |
D | PerfettoPullerMetricCollector.java | 442 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/ |
D | BluetoothHciSnoopLogCollectorTest.java | 140 verify(mCollector).retrieveFile(Mockito.any(), Mockito.anyString(), Mockito.anyInt()); in testPullFileAndLog()
|