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

OrchestratorCallback.Stub

abstract class OrchestratorCallback.Stub : BaseStub, OrchestratorCallback

kotlin.Any
   ↳ android.os.Binder
     ↳ com.google.android.aidl.BaseStub
       ↳ androidx.test.orchestrator.callback.OrchestratorCallback.Stub

Summary

Nested types

OrchestratorCallback.Stub.Proxy

Public constructors

Public functions

java-static OrchestratorCallback!

Protected functions

Boolean
dispatchTransaction(code: Int, data: Parcel!, reply: Parcel!, flags: Int)

Inherited functions

From class com.google.android.aidl.BaseStub
IBinder!
Unit
Boolean
onTransact(code: Int, data: Parcel!, reply: Parcel!, flags: Int)
From class android.os.Binder
Unit
attachInterface(owner: IInterface!, descriptor: String!)
native java-static Long
native java-static Long
Unit
dump(fd: FileDescriptor!, args: Array<String!>!)
Unit
native java-static Unit
native java-static Int
native java-static Int
java-static Int
java-static UserHandle!
native java-static Int
String!
Boolean
java-static Unit
Unit
linkToDeath(recipient: IBinder.DeathRecipient!, flags: Int)
Boolean
IInterface!
native java-static Unit
native java-static Unit
native java-static Long
Boolean
transact(code: Int, data: Parcel!, reply: Parcel!, flags: Int)
Boolean
unlinkToDeath(recipient: IBinder.DeathRecipient!, flags: Int)
From class android.os.IBinder
From class androidx.test.orchestrator.callback.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

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

Inherited Constants

From class android.os.IBinder

Public constructors

Stub

Stub()

Public functions

asInterface

java-static fun asInterface(obj: IBinder!): OrchestratorCallback!

Protected functions

dispatchTransaction

protected fun dispatchTransaction(code: Int, data: Parcel!, reply: Parcel!, flags: Int): Boolean
Throws
android.os.RemoteException: android.os.RemoteException