IInteractionExecutionStatus.Stub
public
static
abstract
class
IInteractionExecutionStatus.Stub
extends BaseStub
implements
IInteractionExecutionStatus
java.lang.Object | |||
↳ | android.os.Binder | ||
↳ | com.google.android.aidl.BaseStub | ||
↳ | android.support.test.espresso.remote.IInteractionExecutionStatus.Stub |
Summary
Nested classes | |
---|---|
class |
IInteractionExecutionStatus.Stub.Proxy
|
Inherited constants |
---|
![]()
android.os.IBinder
|
Public constructors | |
---|---|
IInteractionExecutionStatus.Stub()
|
Public methods | |
---|---|
static
IInteractionExecutionStatus
|
asInterface(IBinder obj)
|
boolean
|
onTransact(int code, Parcel data, Parcel reply, int flags)
|
Inherited methods | |
---|---|
![]()
com.google.android.aidl.BaseStub
| |
![]()
android.os.Binder
| |
![]()
java.lang.Object
| |
![]()
android.os.IInterface
| |
![]()
android.os.IBinder
| |
![]()
android.support.test.espresso.remote.IInteractionExecutionStatus
|
Public constructors
IInteractionExecutionStatus.Stub
IInteractionExecutionStatus.Stub ()
Public methods
asInterface
IInteractionExecutionStatus asInterface (IBinder obj)
Parameters | |
---|---|
obj |
IBinder |
Returns | |
---|---|
IInteractionExecutionStatus |
onTransact
boolean onTransact (int code, Parcel data, Parcel reply, int flags)
Parameters | |
---|---|
code |
int |
data |
Parcel |
reply |
Parcel |
flags |
int |
Returns | |
---|---|
boolean |
Throws | |
---|---|
RemoteException |
Interfaces
Classes
- ConstructorInvocation
- EspressoRemote
- FieldDescriptor
- GenericRemoteMessage
- IInteractionExecutionStatus.Stub
- IInteractionExecutionStatus.Stub.Proxy
- InteractionRequest
- InteractionRequest.Builder
- InteractionResponse
- InteractionResponse.Builder
- InteractionResponse.RemoteError
- NoopRemoteInteraction
- ProtoUtils
- RemoteDescriptor
- RemoteDescriptor.Builder
- RemoteDescriptorRegistry
- RemoteInteractionRegistry
- TypeProtoConverters
Enums
Exceptions
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-11-09 UTC.