Searched refs:accountTypesByTypeAndDataSet (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | AccountTypeManager.java | 368 final Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet = in loadAccountsInBackground() local 429 addAccountType(accountType, accountTypesByTypeAndDataSet, accountTypesByType); in loadAccountsInBackground() 461 addAccountType(accountType, accountTypesByTypeAndDataSet, accountTypesByType); in loadAccountsInBackground() 506 mAccountTypesWithDataSets = accountTypesByTypeAndDataSet; in loadAccountsInBackground() 511 mContext, allAccounts, accountTypesByTypeAndDataSet); in loadAccountsInBackground() 537 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet, in addAccountType() argument 539 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType); in addAccountType() 669 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet) { in findAllInvitableAccountTypes() argument 673 AccountType type = accountTypesByTypeAndDataSet.get(accountTypeWithDataSet); in findAllInvitableAccountTypes()
|