Searched refs:periodicSyncs (Results 1 – 2 of 2) sorted by relevance
262 final ArrayList<PeriodicSync> periodicSyncs; field in SyncStorageEngine.AuthorityInfo278 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()279 for (PeriodicSync sync : toCopy.periodicSyncs) { in AuthorityInfo()281 periodicSyncs.add(new PeriodicSync(sync)); in AuthorityInfo()289 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()878 for (PeriodicSync periodicSync: authority.periodicSyncs) { in restoreAllPeriodicSyncs()882 authority.periodicSyncs.clear(); in restoreAllPeriodicSyncs()1757 authority.periodicSyncs.clear(); in parseAuthority()1828 authorityInfo.periodicSyncs.add(periodicSync); in parsePeriodicSync()
1181 List<PeriodicSync> periodicSyncs = new ArrayList<PeriodicSync>(); in getPeriodicSyncs() local1185 periodicSyncs.add(new PeriodicSync(op.target.account, op.target.provider, in getPeriodicSyncs()1190 return periodicSyncs; in getPeriodicSyncs()