Searched refs:periodicSyncs (Results 1 – 2 of 2) sorted by relevance
302 final ArrayList<PeriodicSync> periodicSyncs; field in SyncStorageEngine.AuthorityInfo318 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()319 for (PeriodicSync sync : toCopy.periodicSyncs) { in AuthorityInfo()321 periodicSyncs.add(new PeriodicSync(sync)); in AuthorityInfo()329 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()1016 for (PeriodicSync periodicSync: authority.periodicSyncs) { in restoreAllPeriodicSyncs()1020 authority.periodicSyncs.clear(); in restoreAllPeriodicSyncs()1908 authority.periodicSyncs.clear(); in parseAuthority()1969 authorityInfo.periodicSyncs.add(periodicSync); in parsePeriodicSync()
1314 List<PeriodicSync> periodicSyncs = new ArrayList<PeriodicSync>(); in getPeriodicSyncs() local1318 periodicSyncs.add(new PeriodicSync(op.target.account, op.target.provider, in getPeriodicSyncs()1323 return periodicSyncs; in getPeriodicSyncs()