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.java1236 final Account[] accountsForType = new Account[accountNames.size()]; in validateAccountsInternal() local
1237 for (int i = 0; i < accountsForType.length; i++) { in validateAccountsInternal()
1238 accountsForType[i] = new Account(accountNames.get(i), accountType, in validateAccountsInternal()
1241 accounts.accountCache.put(accountType, accountsForType); in validateAccountsInternal()
4368 Account[] accountsForType = getAccountsFromCache(
4371 if (accountsForType != null) {
4372 visibleAccounts.addAll(Arrays.asList(accountsForType));
5853 Account[] accountsForType = accounts.accountCache.get(account.type);
5854 int oldLength = (accountsForType != null) ? accountsForType.length : 0;
5856 if (accountsForType != null) {
[all …]