Searched refs:syncableAuthorities (Results 1 – 1 of 1) sorted by relevance
971 final HashSet<String> syncableAuthorities = new HashSet<String>(); in scheduleSync() local974 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()981 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync()982 syncableAuthorities.clear(); in scheduleSync()983 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()986 for (String authority : syncableAuthorities) { in scheduleSync()