Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java587 Set<String> foundAccounts = new HashSet<String>(); in checkAccountSignIn() local
590 foundAccounts.add(account.type); in checkAccountSignIn()
595 if (mRequiredAccounts.size() != foundAccounts.size()) { in checkAccountSignIn()
596 mRequiredAccounts.removeAll(foundAccounts); in checkAccountSignIn()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1096 Set<String> foundAccounts = new HashSet<String>(); in checkAccountSignIn() local
1099 foundAccounts.add(account.type); in checkAccountSignIn()
1104 if (mRequiredAccounts.size() != foundAccounts.size()) { in checkAccountSignIn()
1105 mRequiredAccounts.removeAll(foundAccounts); in checkAccountSignIn()