Searched refs:accountsWithDataSetsToDelete (Results 1 – 1 of 1) sorted by relevance
5234 final List<AccountWithDataSet> accountsWithDataSetsToDelete = Lists.newArrayList(); in updateAccountsInBackground() local5240 accountsWithDataSetsToDelete.add(knownAccountWithDataSet); in updateAccountsInBackground()5243 if (!accountsWithDataSetsToDelete.isEmpty()) { in updateAccountsInBackground()5244 for (AccountWithDataSet accountWithDataSet : accountsWithDataSetsToDelete) { in updateAccountsInBackground()