Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java592 List<AccountType> accountsForType = accountTypesByType.get(accountType.accountType); in addAccountType() local
593 if (accountsForType == null) { in addAccountType()
594 accountsForType = new ArrayList<>(); in addAccountType()
596 accountsForType.add(accountType); in addAccountType()
597 accountTypesByType.put(accountType.accountType, accountsForType); in addAccountType()