android.os
Class WorkSource

java.lang.Object
  extended by android.os.WorkSource
All Implemented Interfaces:
Parcelable

public class WorkSource
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<WorkSource> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
WorkSource()
           
WorkSource(WorkSource orig)
           
 
Method Summary
 boolean add(WorkSource other)
           
 void clear()
           
 int describeContents()
           
 boolean diff(WorkSource other)
           
 boolean remove(WorkSource other)
           
 void set(WorkSource other)
           
 void writeToParcel(Parcel dest, int flags)
           
 
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<WorkSource> CREATOR
Constructor Detail

WorkSource

public WorkSource()

WorkSource

public WorkSource(WorkSource orig)
Method Detail

clear

public void clear()

diff

public boolean diff(WorkSource other)

set

public void set(WorkSource other)

add

public boolean add(WorkSource other)

remove

public boolean remove(WorkSource other)

describeContents

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

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.