Searched refs:allAccounts (Results 1 – 3 of 3) sorted by relevance
530 Account[] allAccounts = accountManager.getAccounts(); in getAcceptableAccountChoices() local533 for (Account account : allAccounts) { in getAcceptableAccountChoices()
3336 AccountAndUser[] allAccounts = AccountManagerService.getSingleton().getAllAccounts(); in updateRunningAccountsH() local3339 if (!containsAccountAndUser(allAccounts, op.target.account, op.target.userId)) { in updateRunningAccountsH()
4062 AccountAndUser[] allAccounts = getAllAccounts();4063 for (int i = allAccounts.length - 1; i >= 0; i--) {4064 if (allAccounts[i].account.equals(account)) {