Searched refs:periodicSyncs (Results 1 – 2 of 2) sorted by relevance
281 final ArrayList<PeriodicSync> periodicSyncs; field in SyncStorageEngine.AuthorityInfo297 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()298 for (PeriodicSync sync : toCopy.periodicSyncs) { in AuthorityInfo()300 periodicSyncs.add(new PeriodicSync(sync)); in AuthorityInfo()308 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()930 for (PeriodicSync periodicSync: authority.periodicSyncs) { in restoreAllPeriodicSyncs()934 authority.periodicSyncs.clear(); in restoreAllPeriodicSyncs()1840 authority.periodicSyncs.clear(); in parseAuthority()1911 authorityInfo.periodicSyncs.add(periodicSync); in parsePeriodicSync()
1242 List<PeriodicSync> periodicSyncs = new ArrayList<PeriodicSync>(); in getPeriodicSyncs() local1246 periodicSyncs.add(new PeriodicSync(op.target.account, op.target.provider, in getPeriodicSyncs()1251 return periodicSyncs; in getPeriodicSyncs()