android.os
Class WorkSource
java.lang.Object
android.os.WorkSource
- All Implemented Interfaces:
- Parcelable
public class WorkSource
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<WorkSource> CREATOR
WorkSource
public WorkSource()
WorkSource
public WorkSource(WorkSource orig)
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.