com.hqme.cm
Class IStorageManager.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.hqme.cm.IStorageManager.Stub
All Implemented Interfaces:
IStorageManager
Enclosing interface:
IStorageManager

public abstract static class IStorageManager.Stub
extends android.os.Binder
implements IStorageManager

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hqme.cm.IStorageManager
IStorageManager.Stub
 
Constructor Summary
IStorageManager.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IStorageManager asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.hqme.cm.IStorageManager 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.IStorageManager
getFunctionGroups, getStorage, getStorageIds, registerCallback, registerPlugin, unregisterCallback, unregisterPlugin, updateStatus, VSDCount
 

Constructor Detail

IStorageManager.Stub

public IStorageManager.Stub()
Construct the stub at attach it to the interface.

Method Detail

asInterface

public static IStorageManager asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.hqme.cm.IStorageManager 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