Searched refs:accountsToDelete (Results 1 – 1 of 1) sorted by relevance
5288 ArrayList<Account> accountsToDelete = new ArrayList<Account>(); in removeStaleAccounts() local5313 accountsToDelete.add(currAccount); in removeStaleAccounts()5321 for (Account account : accountsToDelete) { in removeStaleAccounts()5340 if (!accountsToDelete.isEmpty()) { in removeStaleAccounts()