Searched refs:foundAccounts (Results 1 – 1 of 1) sorted by relevance
1098 Set<String> foundAccounts = new HashSet<String>(); in checkAccountSignIn() local1101 foundAccounts.add(account.type); in checkAccountSignIn()1106 if (mRequiredAccounts.size() != foundAccounts.size()) { in checkAccountSignIn()1107 mRequiredAccounts.removeAll(foundAccounts); in checkAccountSignIn()