Home | History | Annotate | Download | only in content

Lines Matching refs:syncs

209          * in periodic syncs can make unexpected changes.
726 // the periodic syncs status to correspond to it
733 // remove any periodic syncs that match the authority and extras
778 ArrayList<PeriodicSync> syncs = new ArrayList<PeriodicSync>();
784 syncs.add(new PeriodicSync(account, providerName, item.first,
789 return syncs;
1210 * Return a list of the currently active syncs. Note that the returned items are the
1215 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId);
1216 if (syncs == null) {
1217 syncs = new ArrayList<SyncInfo>();
1218 mCurrentSyncs.put(userId, syncs);
1220 return syncs;
1250 // Make deep copy because AuthorityInfo syncs are liable to change.
1672 // know about periodic syncs. In that case don't clear the list since we