Uses of Interface
com.android.ddmlib.IShellOutputReceiver

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

Uses of IShellOutputReceiver in com.android.ddmlib
 

Classes in com.android.ddmlib that implement IShellOutputReceiver
 class CollectingOutputReceiver
          A IShellOutputReceiver which collects the whole shell output into one String.
 class MultiLineReceiver
          Base implementation of IShellOutputReceiver, that takes the raw data coming from the socket, and convert it into String objects.
 class NullOutputReceiver
          Implementation of IShellOutputReceiver that does nothing.
 

Methods in com.android.ddmlib that return IShellOutputReceiver
static IShellOutputReceiver NullOutputReceiver.getReceiver()
           
 

Methods in com.android.ddmlib with parameters of type IShellOutputReceiver
 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.
 

Uses of IShellOutputReceiver in com.android.ddmlib.testrunner
 

Classes in com.android.ddmlib.testrunner that implement IShellOutputReceiver
 class InstrumentationResultParser
          Parses the 'raw output mode' results of an instrumentation test run from shell and informs a ITestRunListener of the results.
 



Copyright © 2008-2012. All Rights Reserved.