Uses of Class
com.android.ddmlib.SyncException

Packages that use SyncException
com.android.ddmlib   
 

Uses of SyncException in com.android.ddmlib
 

Methods in com.android.ddmlib that throw SyncException
 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.pullFile(java.lang.String remoteFilepath, 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 SyncService.pushFile(java.lang.String local, java.lang.String remote, SyncService.ISyncProgressMonitor monitor)
          Push a single file.
 java.lang.String IDevice.syncPackageToDevice(java.lang.String localFilePath)
          Pushes a file to device
 



Copyright © 2008-2011. All Rights Reserved.