{% 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 @NonNull OrchestratorCallback
asInterface(@NonNull IBinder obj)

Inherited methods

From class OrchestratorCallback
abstract @NonNull void

Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating.

abstract @NonNull void
sendTestNotification(@NonNull 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

@NonNull
public static OrchestratorCallback asInterface(@NonNull IBinder obj)