Home
last modified time | relevance | path

Searched refs:foundAccounts (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1098 Set<String> foundAccounts = new HashSet<String>(); in checkAccountSignIn() local
1101 foundAccounts.add(account.type); in checkAccountSignIn()
1106 if (mRequiredAccounts.size() != foundAccounts.size()) { in checkAccountSignIn()
1107 mRequiredAccounts.removeAll(foundAccounts); in checkAccountSignIn()