Summary:
Nested Classes
| Inherited Constants
| Ctors
| Methods
| Protected Methods
| Inherited Methods
| [Expand All]
IAtomActionResultPropagator.Stub
public
static
abstract
class
IAtomActionResultPropagator.Stub
extends BaseStub
implements
IAtomActionResultPropagator
java.lang.Object | |||
↳ | android.os.Binder | ||
↳ | com.google.android.aidl.BaseStub | ||
↳ | android.support.test.espresso.web.action.IAtomActionResultPropagator.Stub |
Summary
Nested classes | |
---|---|
class |
IAtomActionResultPropagator.Stub.Proxy
|
Inherited constants |
---|
![]()
android.os.IBinder
|
Public constructors | |
---|---|
IAtomActionResultPropagator.Stub()
|
Public methods | |
---|---|
static
IAtomActionResultPropagator
|
asInterface(IBinder obj)
|
Protected methods | |
---|---|
boolean
|
dispatchTransaction(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.web.action.IAtomActionResultPropagator
|
Public constructors
IAtomActionResultPropagator.Stub
IAtomActionResultPropagator.Stub ()
Public methods
asInterface
IAtomActionResultPropagator asInterface (IBinder obj)
Parameters | |
---|---|
obj |
IBinder |
Returns | |
---|---|
IAtomActionResultPropagator |
Protected methods
dispatchTransaction
boolean dispatchTransaction (int code, Parcel data, Parcel reply, int flags)
Parameters | |
---|---|
code |
int |
data |
Parcel |
reply |
Parcel |
flags |
int |
Returns | |
---|---|
boolean |
Throws | |
---|---|
RemoteException |
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.