android.content
Class PeriodicSync

java.lang.Object
  extended by android.content.PeriodicSync
All Implemented Interfaces:
Parcelable

public class PeriodicSync
extends Object
implements Parcelable


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

account

public final Account account

authority

public final String authority

extras

public final Bundle extras

period

public final long period

CREATOR

public static final Parcelable.Creator<PeriodicSync> CREATOR
Constructor Detail

PeriodicSync

public PeriodicSync(Account account,
                    String authority,
                    Bundle extras,
                    long period)
Method Detail

describeContents

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

writeToParcel

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2008-2010. All Rights Reserved.