Searched refs:authsToSync (Results 1 – 1 of 1) sorted by relevance
448 final Set<String> authsToSync = getAuthoritiesToSync(amAccount, AUTHORITIES_TO_SYNC);450 if (!authsToSync.isEmpty()) {456 if (authsToSync.contains(Mailbox.getAuthority(mailboxType))) {554 final HashSet<String> authsToSync = new HashSet(); in getAuthoritiesToSync() local557 authsToSync.add(authority); in getAuthoritiesToSync()560 return authsToSync; in getAuthoritiesToSync()