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

OrchestratorCallback.Stub

public abstract class OrchestratorCallback.Stub extends BaseStub implements OrchestratorCallback

java.lang.Object
   ↳ android.os.Binder
     ↳ com.google.android.aidl.BaseStub
       ↳ androidx.test.orchestrator.callback.OrchestratorCallback.Stub

Summary

Nested types

OrchestratorCallback.Stub.Proxy

Public constructors

Public methods

static OrchestratorCallback

Protected methods

boolean
dispatchTransaction(int code, Parcel data, Parcel reply, int flags)

Inherited methods

From class com.google.android.aidl.BaseStub
IBinder
void
boolean
onTransact(int code, Parcel data, Parcel reply, int flags)
From class android.os.Binder
void
attachInterface(IInterface owner, String descriptor)
native static final long
native static final long
void
dump(FileDescriptor fd, String[] args)
void
dumpAsync(FileDescriptor fd, String[] args)
native static final void
native static final int
native static final int
static final int
static final UserHandle
native static final int
String
boolean
static final void
void
linkToDeath(IBinder.DeathRecipient recipient, int flags)
boolean
IInterface
native static final void
native static final void
native static final long
final boolean
transact(int code, Parcel data, Parcel reply, int flags)
boolean
unlinkToDeath(IBinder.DeathRecipient recipient, int flags)
From class android.os.IBinder
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

Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress.

Inherited Constants

From class android.os.IBinder
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int

Public constructors

Stub

public Stub()

Public methods

asInterface

public static OrchestratorCallback asInterface(IBinder obj)

Protected methods

dispatchTransaction

protected boolean dispatchTransaction(int code, Parcel data, Parcel reply, int flags)
Throws
android.os.RemoteException android.os.RemoteException