|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileListingService.FileEntry | |
|---|---|
| com.android.ddmlib | |
| Uses of FileListingService.FileEntry in com.android.ddmlib |
|---|
| Methods in com.android.ddmlib that return FileListingService.FileEntry | |
|---|---|
FileListingService.FileEntry |
FileListingService.FileEntry.findChild(java.lang.String name)
Returns the child FileListingService.FileEntry matching the name. |
FileListingService.FileEntry[] |
FileListingService.FileEntry.getCachedChildren()
Returns the cached children of the entry. |
FileListingService.FileEntry[] |
FileListingService.getChildren(FileListingService.FileEntry entry,
boolean useCache,
FileListingService.IListingReceiver receiver)
Returns the children of a FileListingService.FileEntry. |
FileListingService.FileEntry |
FileListingService.FileEntry.getParent()
Returns the parent entry. |
FileListingService.FileEntry |
FileListingService.getRoot()
Returns the root element. |
| Methods in com.android.ddmlib with parameters of type FileListingService.FileEntry | |
|---|---|
FileListingService.FileEntry[] |
FileListingService.getChildren(FileListingService.FileEntry entry,
boolean useCache,
FileListingService.IListingReceiver receiver)
Returns the children of a FileListingService.FileEntry. |
void |
SyncService.pull(FileListingService.FileEntry[] entries,
java.lang.String localPath,
SyncService.ISyncProgressMonitor monitor)
Pulls file(s) or folder(s). |
void |
SyncService.pullFile(FileListingService.FileEntry remote,
java.lang.String localFilename,
SyncService.ISyncProgressMonitor monitor)
Pulls a single file. |
void |
SyncService.push(java.lang.String[] local,
FileListingService.FileEntry remote,
SyncService.ISyncProgressMonitor monitor)
Push several files. |
void |
FileListingService.IListingReceiver.refreshEntry(FileListingService.FileEntry entry)
|
void |
FileListingService.IListingReceiver.setChildren(FileListingService.FileEntry entry,
FileListingService.FileEntry[] children)
|
void |
FileListingService.IListingReceiver.setChildren(FileListingService.FileEntry entry,
FileListingService.FileEntry[] children)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||