Home
last modified time | relevance | path

Searched refs:pullFileContents (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java620 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2203 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess()
2221 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1154 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() method in NativeDevice