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()
3269 AccountAndUser[] allAccounts = AccountManagerService.getSingleton().getAllAccounts(); in updateRunningAccountsH() local3272 if (!containsAccountAndUser(allAccounts, op.target.account, op.target.userId)) { in updateRunningAccountsH()
4084 AccountAndUser[] allAccounts = getAllAccounts();4085 for (int i = allAccounts.length - 1; i >= 0; i--) {4086 if (allAccounts[i].account.equals(account)) {