mobi.voiceassistant.client.content
Class RemoteListAdapter

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

Deprecated. Use BubbleListAdapter

@Deprecated
public class RemoteListAdapter
extends IRemoteListAdapter.Stub
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
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
static Parcelable.Creator<RemoteListAdapter> CREATOR
          Deprecated.  
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
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
RemoteListAdapter()
          Deprecated.  
RemoteListAdapter(Parcel parcel)
          Deprecated.  
 
Method Summary
 int describeContents()
          Deprecated.  
 int getCount()
          Deprecated.  
 RemoteViews getLoadingViews(int position)
          Deprecated.  
 PendingIntent getOnClickPendingIntent(int position)
          Deprecated.  
 RemoteViews getViews(int position)
          Deprecated.  
 boolean isLoading()
          Deprecated.  
 void writeToParcel(Parcel parcel, int flags)
          Deprecated.  
 
Methods inherited from class mobi.voiceassistant.client.content.IRemoteListAdapter.Stub
asBinder, asInterface, onTransact
 
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
 

Field Detail

CREATOR

public static Parcelable.Creator<RemoteListAdapter> CREATOR
Deprecated. 
Constructor Detail

RemoteListAdapter

public RemoteListAdapter()
Deprecated. 

RemoteListAdapter

public RemoteListAdapter(Parcel parcel)
Deprecated. 
Method Detail

getCount

public int getCount()
Deprecated. 
Specified by:
getCount in interface IRemoteListAdapter

isLoading

public boolean isLoading()
Deprecated. 
Specified by:
isLoading in interface IRemoteListAdapter

getLoadingViews

public RemoteViews getLoadingViews(int position)
Deprecated. 
Specified by:
getLoadingViews in interface IRemoteListAdapter

getViews

public RemoteViews getViews(int position)
Deprecated. 
Specified by:
getViews in interface IRemoteListAdapter

getOnClickPendingIntent

public PendingIntent getOnClickPendingIntent(int position)
Deprecated. 
Specified by:
getOnClickPendingIntent in interface IRemoteListAdapter

describeContents

public int describeContents()
Deprecated. 
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel parcel,
                          int flags)
Deprecated. 
Specified by:
writeToParcel in interface Parcelable