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 544 List<AccountType> accountsForType = accountTypesByType.get(accountType.accountType);
545 if (accountsForType == null) {
546 accountsForType = Lists.newArrayList();
548 accountsForType.add(accountType);
549 accountTypesByType.put(accountType.accountType, accountsForType);
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 424 final Account[] accountsForType = new Account[accountNames.size()];
427 accountsForType[i] = new Account(accountName, accountType);
430 accounts.accountCache.put(accountType, accountsForType);
    [all...]

Completed in 87 milliseconds