Searched refs:accountsToDelete (Results 1 – 1 of 1) sorted by relevance
5287 ArrayList<Account> accountsToDelete = new ArrayList<Account>(); in removeStaleAccounts() local5312 accountsToDelete.add(currAccount); in removeStaleAccounts()5320 for (Account account : accountsToDelete) { in removeStaleAccounts()5339 if (!accountsToDelete.isEmpty()) { in removeStaleAccounts()