Searched refs:currAccount (Results 1 – 1 of 1) sorted by relevance
5311 Account currAccount = new Account(c.getString(0), c.getString(1)); in removeStaleAccounts() local5312 if (!validAccounts.contains(currAccount)) { in removeStaleAccounts()5313 accountsToDelete.add(currAccount); in removeStaleAccounts()