com.hqme.cm
Class IRequestManager.Stub
java.lang.Object
android.os.Binder
com.hqme.cm.IRequestManager.Stub
- All Implemented Interfaces:
- IRequestManager
- Enclosing interface:
- IRequestManager
public abstract static class IRequestManager.Stub
- extends android.os.Binder
- implements IRequestManager
Local-side IPC implementation stub class.
Method Summary |
android.os.IBinder |
asBinder()
|
static IRequestManager |
asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.hqme.cm.IRequestManager interface,
generating a proxy if needed. |
boolean |
onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hqme.cm.IRequestManager |
cancelRequest, createQueueRequest, createQueueRequestXml, getDeviceDescriptionXml, getPriority, getProgress, getRequest, getRequestIds, getRequestIdsState, getState, registerCallback, requestCount, requestCountState, resumeRequest, setPriority, submitRequest, suspendRequest, unregisterCallback |
IRequestManager.Stub
public IRequestManager.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IRequestManager asInterface(android.os.IBinder obj)
- Cast an IBinder object into an com.hqme.cm.IRequestManager interface,
generating a proxy if needed.
asBinder
public android.os.IBinder asBinder()
onTransact
public boolean onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
throws android.os.RemoteException
- Throws:
android.os.RemoteException