Searched refs:syncableAuthorities (Results 1 – 1 of 1) sorted by relevance
1001 final HashSet<String> syncableAuthorities = new HashSet<String>(); in scheduleSync() local1004 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()1011 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync()1012 syncableAuthorities.clear(); in scheduleSync()1013 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()1016 for (String authority : syncableAuthorities) { in scheduleSync()