Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/yaml/
DConfigurationYamlParserTest.java94 ITargetPreparer pushFile = config.getTargetPreparers().get(1); in testParseConfig() local
133 ITargetPreparer pushFile = config.getTargetPreparers().get(1); in testParseModule() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java221 public boolean pushFile(File fileToPush, String deviceFilePath) in pushFile() method in ContentProviderHandler
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java395 public void pushFile(String local, String remote) throws IOException, in pushFile() method in StubDevice
DINativeDevice.java656 public boolean pushFile(File localFile, String deviceFilePath) in pushFile() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1198 public boolean pushFile(final File localFile, final String remoteFilePath) in pushFile() method in NativeDevice