Searched refs:syncableAuthorities (Results 1 – 1 of 1) sorted by relevance
872 final HashSet<String> syncableAuthorities = new HashSet<String>(); in scheduleSync() local875 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()882 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync()883 syncableAuthorities.clear(); in scheduleSync()884 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()887 for (String authority : syncableAuthorities) { in scheduleSync()