Searched defs:PeriodicSync (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DPeriodicSync.java27 public class PeriodicSync implements Parcelable { class in inherits:Parcelable
43 * Creates a new PeriodicSync, copying the Bundle. This constructor is no longer used.
45 public PeriodicSync(Account account, String authority, Bundle extras, long periodInSeconds) { method in class:PeriodicSync
62 public PeriodicSync(PeriodicSync other) { method in class:PeriodicSync
71 * A PeriodicSync for a sync with a specified provider.
74 public PeriodicSync(Account account, String authority, Bundle extras, method in class:PeriodicSync
83 private PeriodicSync(Parcel in) { method in class:PeriodicSync
105 public static final Creator<PeriodicSync> CREATOR = new Creator<PeriodicSync>() {
[all...]

Completed in 54 milliseconds