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.java5186 final List<AccountWithDataSet> accountsWithDataSetsToDelete = Lists.newArrayList(); in updateAccountsInBackground() local
5192 accountsWithDataSetsToDelete.add(knownAccountWithDataSet); in updateAccountsInBackground()
5195 if (!accountsWithDataSetsToDelete.isEmpty()) { in updateAccountsInBackground()
5196 for (AccountWithDataSet accountWithDataSet : accountsWithDataSetsToDelete) { in updateAccountsInBackground()