HomeSort by relevance Sort by last modified time
    Searched refs:accountsForType (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 546 List<AccountType> accountsForType = accountTypesByType.get(accountType.accountType);
547 if (accountsForType == null) {
548 accountsForType = Lists.newArrayList();
550 accountsForType.add(accountType);
551 accountTypesByType.put(accountType.accountType, accountsForType);
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 404 final Account[] accountsForType = new Account[accountNames.size()];
407 accountsForType[i] = new Account(accountName, accountType);
410 accounts.accountCache.put(accountType, accountsForType);
    [all...]

Completed in 105 milliseconds