OrchestratorCallback
public interface OrchestratorCallback extends IInterface
OrchestratorCallback.Default |
Default implementation for OrchestratorCallback. |
OrchestratorCallback.Stub |
Local-side IPC implementation stub class. |
Defines an interface for remote Instrumentation service to speak to the AndroidTestOrchestrator
Summary
Nested types |
|---|
public class OrchestratorCallback.Default implements OrchestratorCallbackDefault implementation for OrchestratorCallback. |
public abstract class OrchestratorCallback.Stub extends Binder implements OrchestratorCallbackLocal-side IPC implementation stub class. |
Public methods |
|
|---|---|
abstract void |
Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating. |
abstract void |
sendTestNotification(Bundle bundle)Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress. |
Public methods
addTest
abstract void addTest(String test)
Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating.
| Throws | |
|---|---|
android.os.RemoteException |
sendTestNotification
abstract void sendTestNotification(Bundle bundle)
Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress. Use OrchestratorService constants to determine the notification type.
| Throws | |
|---|---|
android.os.RemoteException |