Searched refs:syncableAuthorities (Results 1 – 1 of 1) sorted by relevance
986 final HashSet<String> syncableAuthorities = new HashSet<String>(); in scheduleSync() local989 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()996 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync()997 syncableAuthorities.clear(); in scheduleSync()998 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()1001 for (String authority : syncableAuthorities) { in scheduleSync()