Searched refs:periodicSyncs (Results 1 – 2 of 2) sorted by relevance
291 final ArrayList<PeriodicSync> periodicSyncs; field in SyncStorageEngine.AuthorityInfo307 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()308 for (PeriodicSync sync : toCopy.periodicSyncs) { in AuthorityInfo()310 periodicSyncs.add(new PeriodicSync(sync)); in AuthorityInfo()318 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()943 for (PeriodicSync periodicSync: authority.periodicSyncs) { in restoreAllPeriodicSyncs()947 authority.periodicSyncs.clear(); in restoreAllPeriodicSyncs()1856 authority.periodicSyncs.clear(); in parseAuthority()1927 authorityInfo.periodicSyncs.add(periodicSync); in parsePeriodicSync()
1211 List<PeriodicSync> periodicSyncs = new ArrayList<PeriodicSync>(); in getPeriodicSyncs() local1215 periodicSyncs.add(new PeriodicSync(op.target.account, op.target.provider, in getPeriodicSyncs()1220 return periodicSyncs; in getPeriodicSyncs()