Searched refs:pullFile (Results 1 – 3 of 3) sorted by relevance
| /development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/ |
| D | BaseFileHandler.java | 92 res[0] = sync.pullFile(remoteFilePath, localFilePath, in pull()
|
| /development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
| D | DeviceExplorer.java | 391 SyncResult result = sync.pullFile(keyEntry, keyFile.getAbsolutePath(), monitor); in handleTraceDoubleClick() 398 result = sync.pullFile(dataEntry, dataFile.getAbsolutePath(), monitor); in handleTraceDoubleClick() 490 pullFile(singleEntry, fileName); in pullSelection() 686 private void pullFile(final FileEntry remote, final String local) { in pullFile() method in DeviceExplorer 695 SyncResult result = sync.pullFile(remote, local, new SyncProgressMonitor( in pullFile()
|
| /development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| D | SyncService.java | 365 public SyncResult pullFile(FileEntry remote, String localFilename, in pullFile() method in SyncService 388 public SyncResult pullFile(String remoteFilepath, String localFilename, in pullFile() method in SyncService
|