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

OrchestratorCallback.Stub

abstract class OrchestratorCallback.Stub : OrchestratorCallback


Summary

Nested types

OrchestratorCallback.Stub.Proxy

Public constructors

Public functions

OrchestratorCallback
asInterface(obj: IBinder)

Inherited functions

From class OrchestratorCallback
abstract Unit
addTest(test: String)

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

abstract Unit
sendTestNotification(bundle: Bundle)

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

Public constructors

Stub

Stub()

Public functions

asInterface

fun asInterface(obj: IBinder): OrchestratorCallback