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