public static abstract class

Command.Stub

extends BaseStub
implements Command
java.lang.Object
   ↳ android.os.Binder
     ↳ com.google.android.aidl.BaseStub
       ↳ androidx.test.services.shellexecutor.Command.Stub

Summary

Nested Classes
class Command.Stub.Proxy  
[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
Stub()
Public Methods
static Command asInterface(IBinder obj)
Protected Methods
boolean dispatchTransaction(int code, Parcel data, Parcel reply, int flags)
Parceling generic Lists requires an unchecked conversion from ArrayList to List<T>.Parceling generic Lists requires using the raw type Map.
[Expand]
Inherited Methods
From class com.google.android.aidl.BaseStub
From class android.os.Binder
From class java.lang.Object
From interface android.os.IInterface
From interface android.os.IBinder
From interface androidx.test.services.shellexecutor.Command

Public Constructors

public Stub ()

Public Methods

public static Command asInterface (IBinder obj)

Parameters
obj IBinder
Returns
Command

Protected Methods

protected boolean dispatchTransaction (int code, Parcel data, Parcel reply, int flags)

Parceling generic Lists requires an unchecked conversion from ArrayList to List<T>.Parceling generic Lists requires using the raw type Map.

Parameters
code int
data Parcel
reply Parcel
flags int
Returns
boolean
Throws
RemoteException