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

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

Completed in 55 milliseconds