Searched refs:syncableAuthorities (Results 1 – 1 of 1) sorted by relevance
1122 final HashSet<String> syncableAuthorities = new HashSet<String>(); in scheduleSync() local1125 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()1132 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync()1133 syncableAuthorities.clear(); in scheduleSync()1134 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()1137 for (String authority : syncableAuthorities) { in scheduleSync()