Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java377 final List<AccountWithDataSet> contactWritableAccounts = Lists.newArrayList(); in loadAccountsInBackground() local
489 contactWritableAccounts.add(accountWithDataSet); in loadAccountsInBackground()
500 Collections.sort(contactWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
508 mContactWritableAccounts = contactWritableAccounts; in loadAccountsInBackground()