public class WorkSource extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<WorkSource> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WorkSource() |
WorkSource(WorkSource orig) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final Parcelable.Creator<WorkSource> CREATOR
public WorkSource()
public WorkSource(WorkSource orig)
public void clear()
public boolean diff(WorkSource other)
public void set(WorkSource other)
public boolean add(WorkSource other)
public boolean remove(WorkSource other)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.