{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

OrchestratorCallback.Stub

public abstract class OrchestratorCallback.Stub implements OrchestratorCallback


Summary

Nested types

OrchestratorCallback.Stub.Proxy

Public constructors

Public methods

static OrchestratorCallback
asInterface(IBinder obj)

Inherited methods

From class androidx.test.orchestrator.callback.OrchestratorCallback
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 constructors

Stub

public Stub()

Public methods

asInterface

public static OrchestratorCallback asInterface(IBinder obj)