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, String localPath, SyncService.ISyncProgressMonitor monitor)
          Pulls file(s) or folder(s).
 void SyncService.pullFile(FileListingService.FileEntry remote, String localFilename, SyncService.ISyncProgressMonitor monitor)
          Pulls a single file.
 void IDevice.pullFile(String remote, String local)
          Pulls a single file.
 void SyncService.pullFile(String remoteFilepath, String localFilename, SyncService.ISyncProgressMonitor monitor)
          Pulls a single file.
 void SyncService.push(String[] local, FileListingService.FileEntry remote, SyncService.ISyncProgressMonitor monitor)
          Push several files.
 void IDevice.pushFile(String local, String remote)
          Push a single file.
 void SyncService.pushFile(String local, String remote, SyncService.ISyncProgressMonitor monitor)
          Push a single file.
 String IDevice.syncPackageToDevice(String localFilePath)
          Pushes a file to device
 



Copyright © 2008-2012. All Rights Reserved.