Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java378 final List<AccountWithDataSet> groupWritableAccounts = Lists.newArrayList(); in loadAccountsInBackground() local
492 groupWritableAccounts.add(accountWithDataSet); in loadAccountsInBackground()
501 Collections.sort(groupWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
509 mGroupWritableAccounts = groupWritableAccounts; in loadAccountsInBackground()