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

/frameworks/base/core/java/android/content/
H A DSyncInfo.java26 public class SyncInfo implements Parcelable { class in inherits:Parcelable
55 * Creates a SyncInfo object with an unusable Account. Used when the caller receiving this
60 public static SyncInfo createAccountRedacted(
62 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime);
66 public SyncInfo(int authorityId, Account account, String authority, long startTime) { method in class:SyncInfo
74 public SyncInfo(SyncInfo other) { method in class:SyncInfo
95 SyncInfo(Parcel parcel) { method in class:SyncInfo
103 public static final Creator<SyncInfo> CREATOR = new Creator<SyncInfo>() {
[all...]

Completed in 259 milliseconds