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()
3268 AccountAndUser[] allAccounts = AccountManagerService.getSingleton().getAllAccounts(); in updateRunningAccountsH() local3271 if (!containsAccountAndUser(allAccounts, op.target.account, op.target.userId)) { in updateRunningAccountsH()
4088 AccountAndUser[] allAccounts = getAllAccounts();4089 for (int i = allAccounts.length - 1; i >= 0; i--) {4090 if (allAccounts[i].account.equals(account)) {