Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1243 final Account[] accountsForType = new Account[accountNames.size()]; in validateAccountsInternal() local
1244 for (int i = 0; i < accountsForType.length; i++) { in validateAccountsInternal()
1245 accountsForType[i] = new Account(accountNames.get(i), accountType, in validateAccountsInternal()
1248 accounts.accountCache.put(accountType, accountsForType); in validateAccountsInternal()
4457 Account[] accountsForType = getAccountsFromCache(
4460 if (accountsForType != null) {
4461 visibleAccounts.addAll(Arrays.asList(accountsForType));
5945 Account[] accountsForType = accounts.accountCache.get(account.type);
5946 int oldLength = (accountsForType != null) ? accountsForType.length : 0;
5948 if (accountsForType != null) {
[all …]