Home
last modified time | relevance | path

Searched defs:pullFile (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java182 public boolean pullFile(String deviceFilePath, File localFile) in pullFile() method in ContentProviderHandler
/tools/tradefederation/core/src/com/android/tradefed/device/
DINativeDevice.java539 public boolean pullFile(String remoteFilePath, File localFile) in pullFile() method
552 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException; in pullFile() method
DStubDevice.java403 public void pullFile(String remote, String local) throws IOException, in pullFile() method in StubDevice
DNativeDevice.java1005 public boolean pullFile(final String remoteFilePath, final File localFile) in pullFile() method in NativeDevice
1046 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException { in pullFile() method in NativeDevice