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