Searched refs:existingAccounts (Results 1 – 1 of 1) sorted by relevance
244 Set<String> existingAccounts = prefs.getStringSet(ACCOUNT_KEY, in processEventIds() local246 accounts.removeAll(existingAccounts); in processEventIds()260 existingAccounts.add(account); in processEventIds()268 .putStringSet(ACCOUNT_KEY, existingAccounts) in processEventIds()