Loading core/java/android/content/SyncInfo.java +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ public class SyncInfo implements Parcelable { this.account = new Account(other.account.name, other.account.type); this.authority = other.authority; this.startTime = other.startTime; this.service = other.service; } /** @hide */ Loading Loading
core/java/android/content/SyncInfo.java +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ public class SyncInfo implements Parcelable { this.account = new Account(other.account.name, other.account.type); this.authority = other.authority; this.startTime = other.startTime; this.service = other.service; } /** @hide */ Loading