Searched refs:accountTypesByTypeAndDataSet (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | AccountTypeManager.java | 335 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet) { in findAllInvitableAccountTypes() argument 339 AccountType type = accountTypesByTypeAndDataSet.get(accountTypeWithDataSet); in findAllInvitableAccountTypes() 409 final Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet = new ArrayMap<>(); in loadAccountsInBackground() local 468 addAccountType(accountType, accountTypesByTypeAndDataSet, accountTypesByType); in loadAccountsInBackground() 512 addAccountType(accountType, accountTypesByTypeAndDataSet, accountTypesByType); in loadAccountsInBackground() 549 mAccountTypesWithDataSets = accountTypesByTypeAndDataSet; in loadAccountsInBackground() 554 findAllInvitableAccountTypes(mContext, allAccounts, accountTypesByTypeAndDataSet); in loadAccountsInBackground() 589 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet, in addAccountType() argument 591 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType); in addAccountType()
|