Searched refs:foundAccounts (Results 1 – 2 of 2) sorted by relevance
587 Set<String> foundAccounts = new HashSet<String>(); in checkAccountSignIn() local590 foundAccounts.add(account.type); in checkAccountSignIn()595 if (mRequiredAccounts.size() != foundAccounts.size()) { in checkAccountSignIn()596 mRequiredAccounts.removeAll(foundAccounts); in checkAccountSignIn()
1096 Set<String> foundAccounts = new HashSet<String>(); in checkAccountSignIn() local1099 foundAccounts.add(account.type); in checkAccountSignIn()1104 if (mRequiredAccounts.size() != foundAccounts.size()) { in checkAccountSignIn()1105 mRequiredAccounts.removeAll(foundAccounts); in checkAccountSignIn()