Uses of Class
com.android.ddmlib.ShellCommandUnresponsiveException

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

Uses of ShellCommandUnresponsiveException in com.android.ddmlib
 

Methods in com.android.ddmlib that throw ShellCommandUnresponsiveException
 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.
 

Uses of ShellCommandUnresponsiveException in com.android.ddmlib.testrunner
 

Methods in com.android.ddmlib.testrunner that throw ShellCommandUnresponsiveException
 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.