IAtomActionResultPropagator.Stub
public
static
abstract
class
IAtomActionResultPropagator.Stub
extends BaseStub
implements
IAtomActionResultPropagator
Summary
Nested classes |
class |
IAtomActionResultPropagator.Stub.Proxy
|
Inherited constants |
From
interface
android.os.IBinder
int |
DUMP_TRANSACTION
|
int |
FIRST_CALL_TRANSACTION
|
int |
FLAG_ONEWAY
|
int |
INTERFACE_TRANSACTION
|
int |
LAST_CALL_TRANSACTION
|
int |
LIKE_TRANSACTION
|
int |
PING_TRANSACTION
|
int |
TWEET_TRANSACTION
|
|
Inherited methods |
From
class
com.google.android.aidl.BaseStub
IBinder
|
asBinder()
|
boolean
|
dispatchTransaction(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
boolean
|
onTransact(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
boolean
|
routeToSuperOrEnforceInterface(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
|
From
class
android.os.Binder
void
|
attachInterface(IInterface arg0, String arg1)
|
static
final
long
|
clearCallingIdentity()
|
void
|
dump(FileDescriptor arg0, String[] arg1)
|
void
|
dump(FileDescriptor arg0, PrintWriter arg1, String[] arg2)
|
void
|
dumpAsync(FileDescriptor arg0, String[] arg1)
|
static
final
void
|
flushPendingCommands()
|
static
final
int
|
getCallingPid()
|
static
final
int
|
getCallingUid()
|
static
final
UserHandle
|
getCallingUserHandle()
|
String
|
getInterfaceDescriptor()
|
boolean
|
isBinderAlive()
|
static
final
void
|
joinThreadPool()
|
void
|
linkToDeath(IBinder.DeathRecipient arg0, int arg1)
|
boolean
|
onTransact(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
boolean
|
pingBinder()
|
IInterface
|
queryLocalInterface(String arg0)
|
static
final
void
|
restoreCallingIdentity(long arg0)
|
final
boolean
|
transact(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
boolean
|
unlinkToDeath(IBinder.DeathRecipient arg0, int arg1)
|
|
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From
interface
android.os.IInterface
|
From
interface
android.os.IBinder
|
From
interface
android.support.test.espresso.web.action.IAtomActionResultPropagator
|
Public constructors
IAtomActionResultPropagator.Stub
IAtomActionResultPropagator.Stub ()
Public methods
Protected methods
dispatchTransaction
boolean dispatchTransaction (int code,
Parcel data,
Parcel reply,
int flags)
Parameters |
code |
int |
data |
Parcel |
reply |
Parcel |
flags |
int |