|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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(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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||