mobi.voiceassistant.client.content
Class RemoteListView

java.lang.Object
  extended by mobi.voiceassistant.client.content.RemoteListView
All Implemented Interfaces:
Parcelable

Deprecated. Use Bubble

@Deprecated
public class RemoteListView
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<RemoteListView> CREATOR
          Deprecated.  
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
RemoteListView(Intent intent)
          Deprecated.  
RemoteListView(Parcel parcel)
          Deprecated.  
 
Method Summary
 int describeContents()
          Deprecated.  
 RemoteViews getFrameViews()
          Deprecated.  
 RemoteViews getHeaderViews()
          Deprecated.  
 Intent getIntent()
          Deprecated.  
 void setFrameViews(RemoteViews views)
          Deprecated.  
 void setHeaderViews(RemoteViews views)
          Deprecated.  
 void writeToParcel(Parcel parcel, int flags)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<RemoteListView> CREATOR
Deprecated. 
Constructor Detail

RemoteListView

public RemoteListView(Intent intent)
Deprecated. 

RemoteListView

public RemoteListView(Parcel parcel)
Deprecated. 
Method Detail

writeToParcel

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

getIntent

public Intent getIntent()
Deprecated. 

getFrameViews

public RemoteViews getFrameViews()
Deprecated. 

getHeaderViews

public RemoteViews getHeaderViews()
Deprecated. 

setFrameViews

public void setFrameViews(RemoteViews views)
Deprecated. 

setHeaderViews

public void setHeaderViews(RemoteViews views)
Deprecated. 

describeContents

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