Searched refs:pullFileContents (Results 1 – 3 of 3) sorted by relevance
620 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() method
2203 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess()2221 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull()
1154 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() method in NativeDevice