Uses of Class
com.android.ddmlib.TimeoutException

Packages that use TimeoutException
com.android.ddmlib   
com.android.ddmlib.testrunner   
 

Uses of TimeoutException in com.android.ddmlib
 

Methods in com.android.ddmlib that throw TimeoutException
 void IDevice.createForward(int localPort, int remotePort)
          Creates a port forwarding between a local and a remote port.
 void IDevice.executeShellCommand(java.lang.String command, IShellOutputReceiver receiver)
          Executes a shell command on the device, and sends the result to a receiver

This is similar to calling executeShellCommand(command, receiver, DdmPreferences.getTimeOut()).

 void IDevice.executeShellCommand(java.lang.String command, IShellOutputReceiver receiver, int maxTimeToOutputResponse)
          Executes a shell command on the device, and sends the result to a receiver.
 RawImage IDevice.getScreenshot()
          Takes a screen shot of the device and returns it as a RawImage.
 SyncService IDevice.getSyncService()
          Returns a SyncService object to push / pull files to and from the device.
 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.
 void IDevice.reboot(java.lang.String into)
          Reboot the device.
 void IDevice.removeForward(int localPort, int remotePort)
          Removes a port forwarding between a local and a remote port.
 void IDevice.runEventLogService(LogReceiver receiver)
          Runs the event log service and outputs the event log to the LogReceiver.
 void IDevice.runLogService(java.lang.String logname, LogReceiver receiver)
          Runs the log service for the given log and outputs the log to the LogReceiver.
 java.lang.String IDevice.syncPackageToDevice(java.lang.String localFilePath)
          Pushes a file to device
 

Uses of TimeoutException in com.android.ddmlib.testrunner
 

Methods in com.android.ddmlib.testrunner that throw TimeoutException
 void IRemoteAndroidTestRunner.run(java.util.Collection<ITestRunListener> listeners)
          Execute this test run.
 void RemoteAndroidTestRunner.run(java.util.Collection<ITestRunListener> listeners)
          Execute this test run.
 void IRemoteAndroidTestRunner.run(ITestRunListener... listeners)
          Execute this test run.
 void RemoteAndroidTestRunner.run(ITestRunListener... listeners)
          Execute this test run.
 



Copyright © 2008-2011. All Rights Reserved.