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