Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java207 public boolean pullFile(String deviceFilePath, File localFile) in pullFile() method in ContentProviderHandler
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java598 public boolean pullFile(String remoteFilePath, File localFile) in pullFile() method
611 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException; in pullFile() method
DStubDevice.java404 public void pullFile(String remote, String local) throws IOException, in pullFile() method in StubDevice
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1089 public boolean pullFile(final String remoteFilePath, final File localFile) in pullFile() method in NativeDevice
1130 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException { in pullFile() method in NativeDevice