mobi.voiceassistant.client.content
Class RemoteListAdapter
java.lang.Object
android.os.Binder
mobi.voiceassistant.client.content.IRemoteListAdapter.Stub
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
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 |
CREATOR
public static Parcelable.Creator<RemoteListAdapter> CREATOR
- Deprecated.
RemoteListAdapter
public RemoteListAdapter()
- Deprecated.
RemoteListAdapter
public RemoteListAdapter(Parcel parcel)
- Deprecated.
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