Home
last modified time | relevance | path

Searched defs:pushFile (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java395 public void pushFile(String local, String remote) throws IOException, in pushFile() method in StubDevice
DINativeDevice.java533 public boolean pushFile(File localFile, String deviceFilePath) in pushFile() method
DNativeDevice.java994 public boolean pushFile(final File localFile, final String remoteFilePath) in pushFile() method in NativeDevice