|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.content.PeriodicSync
public class PeriodicSync
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface android.os.Parcelable |
---|
Parcelable.Creator<T> |
Field Summary | |
---|---|
Account |
account
|
String |
authority
|
static Parcelable.Creator<PeriodicSync> |
CREATOR
|
Bundle |
extras
|
long |
period
|
Fields inherited from interface android.os.Parcelable |
---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
Constructor Summary | |
---|---|
PeriodicSync(Account account,
String authority,
Bundle extras,
long period)
|
Method Summary | |
---|---|
int |
describeContents()
|
boolean |
equals(Object o)
|
void |
writeToParcel(Parcel dest,
int flags)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Account account
public final String authority
public final Bundle extras
public final long period
public static final Parcelable.Creator<PeriodicSync> CREATOR
Constructor Detail |
---|
public PeriodicSync(Account account, String authority, Bundle extras, long period)
Method Detail |
---|
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |