Searched refs:newAccountList (Results 1 – 1 of 1) sorted by relevance
927 final HashSet<Long> newAccountList = new HashSet<Long>(); in onChange() local937 newAccountList.add(accountId); in onChange()948 if (!newAccountList.remove(accountId)) { in onChange()954 for (long accountId : newAccountList) { in onChange()