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(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(String command, IShellOutputReceiver receiver, int maxTimeToOutputResponse)
          Executes a shell command on the device, and sends the result to a receiver.
 Integer IDevice.getBatteryLevel()
          Return the device's battery level, from 0 to 100 percent.
 Integer IDevice.getBatteryLevel(long freshnessMs)
          Return the device's battery level, from 0 to 100 percent.
 FileListingService.FileEntry[] FileListingService.getChildrenSync(FileListingService.FileEntry entry)
          Returns the children of a FileListingService.FileEntry.
 String IDevice.getPropertyCacheOrSync(String name)
          A combination of IDevice.getProperty(String) and IDevice.getPropertySync(String) that will attempt to retrieve the property from cache if available, and if not, will query the device directly.
 String IDevice.getPropertySync(String name)
          A variant of IDevice.getProperty(String) that will attempt to retrieve the given property from device directly, without using cache.
 

Uses of ShellCommandUnresponsiveException in com.android.ddmlib.testrunner
 

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



Copyright © 2008-2012. All Rights Reserved.