Uses of Class
com.android.ddmlib.AdbCommandRejectedException

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

Uses of AdbCommandRejectedException in com.android.ddmlib
 

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

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