Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4763 final List<AccountWithDataSet> accountsWithDataSetsToDelete = Lists.newArrayList(); in updateAccountsInBackground() local
4769 accountsWithDataSetsToDelete.add(knownAccountWithDataSet); in updateAccountsInBackground()
4772 if (!accountsWithDataSetsToDelete.isEmpty()) { in updateAccountsInBackground()
4773 for (AccountWithDataSet accountWithDataSet : accountsWithDataSetsToDelete) { in updateAccountsInBackground()