mobi.voiceassistant.client.content
Class IRemoteListAdapter.Stub

java.lang.Object
  extended by android.os.Binder
      extended by mobi.voiceassistant.client.content.IRemoteListAdapter.Stub
All Implemented Interfaces:
IBinder, IInterface, IRemoteListAdapter
Direct Known Subclasses:
RemoteListAdapter
Enclosing interface:
IRemoteListAdapter

public abstract static class IRemoteListAdapter.Stub
extends Binder
implements IRemoteListAdapter

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface mobi.voiceassistant.client.content.IRemoteListAdapter
IRemoteListAdapter.Stub
 
Nested classes/interfaces inherited from interface android.os.IBinder
IBinder.DeathRecipient
 
Field Summary
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION
 
Constructor Summary
IRemoteListAdapter.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 IBinder asBinder()
           
static IRemoteListAdapter asInterface(IBinder obj)
          Cast an IBinder object into an mobi.voiceassistant.client.content.IRemoteListAdapter interface, generating a proxy if needed.
 boolean onTransact(int code, Parcel data, Parcel reply, int flags)
           
 
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mobi.voiceassistant.client.content.IRemoteListAdapter
getCount, getLoadingViews, getOnClickPendingIntent, getViews, isLoading
 

Constructor Detail

IRemoteListAdapter.Stub

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

Method Detail

asInterface

public static IRemoteListAdapter asInterface(IBinder obj)
Cast an IBinder object into an mobi.voiceassistant.client.content.IRemoteListAdapter interface, generating a proxy if needed.


asBinder

public IBinder asBinder()
Specified by:
asBinder in interface IInterface

onTransact

public boolean onTransact(int code,
                          Parcel data,
                          Parcel reply,
                          int flags)
                   throws RemoteException
Overrides:
onTransact in class Binder
Throws:
RemoteException