Searched refs:accountsToDelete (Results 1 – 1 of 1) sorted by relevance
5264 ArrayList<Account> accountsToDelete = new ArrayList<Account>(); in removeStaleAccounts() local5289 accountsToDelete.add(currAccount); in removeStaleAccounts()5297 for (Account account : accountsToDelete) { in removeStaleAccounts()5316 if (!accountsToDelete.isEmpty()) { in removeStaleAccounts()