Searched refs:periodicSyncs (Results 1 – 2 of 2) sorted by relevance
295 final ArrayList<PeriodicSync> periodicSyncs; field in SyncStorageEngine.AuthorityInfo311 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()312 for (PeriodicSync sync : toCopy.periodicSyncs) { in AuthorityInfo()314 periodicSyncs.add(new PeriodicSync(sync)); in AuthorityInfo()322 periodicSyncs = new ArrayList<PeriodicSync>(); in AuthorityInfo()962 for (PeriodicSync periodicSync: authority.periodicSyncs) { in restoreAllPeriodicSyncs()966 authority.periodicSyncs.clear(); in restoreAllPeriodicSyncs()1853 authority.periodicSyncs.clear(); in parseAuthority()1914 authorityInfo.periodicSyncs.add(periodicSync); in parsePeriodicSync()
1192 List<PeriodicSync> periodicSyncs = new ArrayList<PeriodicSync>(); in getPeriodicSyncs() local1196 periodicSyncs.add(new PeriodicSync(op.target.account, op.target.provider, in getPeriodicSyncs()1201 return periodicSyncs; in getPeriodicSyncs()